September 30, 201213 yr Does anyone know of any good XML To Wordpress tutorials out there? - I need to import data from XML into separate pages as XML or CSV. Any Help?
September 30, 201213 yr Export from WordPress to get the structure of a WordPress export file (WXR). Then parse your XML into the same format.
October 1, 201213 yr Author I have exported the Wordpress XML file - and open it as text in Excel - only problem is, how would I go about differentiating and listing what the XML details through HTML? I need to to import the XML data and then have it so I can style it through CSS and sort through HTML, etc.. Is this possible also? - I am guessing in a way like this: http://www.w3schools.com/xml/tryit.asp?filename=tryxml_display_table Edited October 1, 201213 yr by OwenONeill
October 1, 201213 yr WordPress' (WXR) export files are basically extended RSS files. RSS is XML, just like your source. Use XSLT to translate your source XML into WXR, then run it through the WP importer - you can use a cron job if you need to do it on a recurring basis.
Create an account or sign in to comment