I\'m trying to find a spec for the WordPress WXR import/export standard and I\'m unable to find any official documentation from WordPress on the standard.
Does anyone kn
For those without a WordPress export who nonetheless need to make a WXR file, the code for the exporter is on the WordPress plugins' Trac server. Excerpt below, from the node to a couple object foreach loops:
term_id ); ?>
slug ); ?>
parent ? $cats[$c->parent]->slug : '' ); ?>
term_id ); ?>
slug ); ?>
term_id ); ?>
taxonomy ); ?>
slug ); ?>
parent ? $terms[$t->parent]->slug : '' ); ?>