Welcome to BeerMoneyForum.com - BIGGEST MAKE MONEY FORUM ONLINE

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?
Blue
Red
Green
Orange
Voilet
Slate
Dark
  Guest viewing is limited

Must checkout:

Blogger problem with import from XML

zeljko

Emerald Member
LV
0
 
Joined
Nov 5, 2017
Messages
1,569
Reaction score
114
Points
150
Awards
1
Age
35
Location
Croatia
BMF Points
$1,384
Rating - 0%
0   0   0

Hello. I'm trying import posts on Blogger from XML file. I find appropriet XML format, add tags. When I try add two posts with only text than everything is work. Here is XML file:
XML:
<?xml version='1.0' encoding='UTF-8'?>
<ns0:feed xmlns:ns0="http://www.w3.org/2005/Atom">
<ns0:generator>Blogger</ns0:generator>
<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:id>dual</ns0:id>
<ns0:title type="html">Clio V</ns0:title>
<ns0:content type="html">confe</ns0:content>
<ns0:published>2013-10-29T03:22:00.001-07:00</ns0:published>
</ns0:entry>

<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:id>dual</ns0:id>
<ns0:title type="html">mazda</ns0:title>
<ns0:content type="html">mazda content</ns0:content>
<ns0:published>2013-10-29T03:22:00.001-07:00</ns0:published>
</ns0:entry>
</ns0:feed>

When I try add only one post but content have HTML table tags than I uploader only show Loading icon and don't import post.
Here is image of error:
bloggererror.JPG

Here is XML code which don't work:

XML:
<?xml version='1.0' encoding='UTF-8'?>
<ns0:feed xmlns:ns0="http://www.w3.org/2005/Atom">
<ns0:generator>Blogger</ns0:generator>
<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:id>dual</ns0:id>
<ns0:title type="html">Toyota</ns0:title>
<ns0:content type="html"><table>
  <tr>
    <th>Company</th>
    <th>Contact</th>
    <th>Country</th>
  </tr>
  <tr>
    <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
    <td>Germany</td>
  </tr>
  <tr>
    <td>Centro comercial Moctezuma</td>
    <td>Francisco Chang</td>
    <td>Mexico</td>
  </tr>
  <tr>
    <td>Ernst Handel</td>
    <td>Roland Mendel</td>
    <td>Austria</td>
  </tr>
  <tr>
    <td>Island Trading</td>
    <td>Helen Bennett</td>
    <td>UK</td>
  </tr>
  <tr>
    <td>Laughing Bacchus Winecellars</td>
    <td>Yoshi Tannamuri</td>
    <td>Canada</td>
  </tr>
  <tr>
    <td>Magazzini Alimentari Riuniti</td>
    <td>Giovanni Rovelli</td>
    <td>Italy</td>
  </tr>
</table></ns0:content>
<ns0:published>2013-10-29T03:22:00.001-07:00</ns0:published>
</ns0:entry>
</ns0:feed>

Table codes are copied from W3schools.

I changed browser, created new blog, deleter cookies. Nothing didn't help. Thanks for help.
 
Hello. I'm trying import posts on Blogger from XML file. I find appropriet XML format, add tags. When I try add two posts with only text than everything is work. Here is XML file:
XML:
<?xml version='1.0' encoding='UTF-8'?>
<ns0:feed xmlns:ns0="http://www.w3.org/2005/Atom">
<ns0:generator>Blogger</ns0:generator>
<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:id>dual</ns0:id>
<ns0:title type="html">Clio V</ns0:title>
<ns0:content type="html">confe</ns0:content>
<ns0:published>2013-10-29T03:22:00.001-07:00</ns0:published>
</ns0:entry>

<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:id>dual</ns0:id>
<ns0:title type="html">mazda</ns0:title>
<ns0:content type="html">mazda content</ns0:content>
<ns0:published>2013-10-29T03:22:00.001-07:00</ns0:published>
</ns0:entry>
</ns0:feed>

When I try add only one post but content have HTML table tags than I uploader only show Loading icon and don't import post.
Here is image of error:
View attachment 53919

Here is XML code which don't work:

XML:
<?xml version='1.0' encoding='UTF-8'?>
<ns0:feed xmlns:ns0="http://www.w3.org/2005/Atom">
<ns0:generator>Blogger</ns0:generator>
<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:id>dual</ns0:id>
<ns0:title type="html">Toyota</ns0:title>
<ns0:content type="html"><table>
  <tr>
    <th>Company</th>
    <th>Contact</th>
    <th>Country</th>
  </tr>
  <tr>
    <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
    <td>Germany</td>
  </tr>
  <tr>
    <td>Centro comercial Moctezuma</td>
    <td>Francisco Chang</td>
    <td>Mexico</td>
  </tr>
  <tr>
    <td>Ernst Handel</td>
    <td>Roland Mendel</td>
    <td>Austria</td>
  </tr>
  <tr>
    <td>Island Trading</td>
    <td>Helen Bennett</td>
    <td>UK</td>
  </tr>
  <tr>
    <td>Laughing Bacchus Winecellars</td>
    <td>Yoshi Tannamuri</td>
    <td>Canada</td>
  </tr>
  <tr>
    <td>Magazzini Alimentari Riuniti</td>
    <td>Giovanni Rovelli</td>
    <td>Italy</td>
  </tr>
</table></ns0:content>
<ns0:published>2013-10-29T03:22:00.001-07:00</ns0:published>
</ns0:entry>
</ns0:feed>

Table codes are copied from W3schools.

I changed browser, created new blog, deleter cookies. Nothing didn't help. Thanks for help.

Could you translate error message into english? Or, if it's possible, switch your browser to produce/accept english messages and then make a screenshot of that?
 
I can't see anything wrong in xml structure except a date in ns0:published tag. As the system will import (and merge) new data into existing posts, the date of 2013 may be a obstacle to do it right. Try to change the date to something more recent. Also be sure the imported xml file itself is really in "utf-8" coding.
Happy debugging :Thumbsup:
 
IAfter changing time I still go same error. If it is problem in date, why it works in first file? It has same time and it works perfect. I created few posts manually and export it in XML file. There is utf-8 coding.
 
Yes, I see... didn't notice before the dates are same. That's really strange. I would try to imitate the table by another tags, for example "div" and see if it's possible to import it, but I doubt this will be the reason.
 
I would try to imitate the table by another tags, for example "div" and see if it's possible to import it, but I doubt this will be the reason.

But I need table tags since data would be show in table. When I solve this problem, I will post example of blog so I can present my work. You will see table is much better choice, than just text.
 
I solved my problem. Before HTML table tag I need to add CDATA tag otherwise XML file read table tag as xml tag. Same at end of table tag. Now I can upload normally posts to blogger.
Recently I have also face same problem like you too and it was embarrassing for me and I am sure I also learned a lot from your blogger xml solution and its perfect.
 

📢 Recommended Partners

Paykassma - Accept Payments Online  | Payment Processing since 2019 Payka$$ma
Leading solution for accepting high-risk payments since 2019
0.00 star(s) 0 ratings
Updated
MGID - Native Performance & Programmatic Advertising Platform MGID Team
0.00 star(s) 0 ratings
Updated
Roobet.com | Crypto’s Fastest Growing Casino 🦘 Roobet.com
1.00 star(s) 1 ratings
Updated
Duckdice.io - Top Crypto Gambling - Bitcoin Dice DuckDice.io
0.00 star(s) 0 ratings
Updated

banner

REWARDS: Active Raffles


  • 🤑 Roll 4: Win 100,000 BMF Points!

    The entry period for this raffle ends in..
Back
Top Bottom

Earnings Disclaimer:  All the posts published herein are merely based on individual views, and they do not expressly or by implications represent those of BeerMoneyForum.com or its owner. It is hereby made clear that BeerMoneyForum.com does not endorse, support, adopt or vouch any views, programs and/or business opportunities posted herein. BeerMoneyForum.com also does not give and/or offer any investment advice to any members and/or it's readers. All members and readers are advised to independently consult their own consultants, lawyers and/or families before making any investment and/or business decisions. This forum is merely a place for general discussions. It is hereby agreed by all members and/or readers that BeerMoneyForum.com is in no way responsible and/or liable for any damages and/or losses suffered by anyone of you.