Change user in XML export

From Organic Design wiki
Revision as of 07:13, 2 December 2008 by Sven (talk | contribs) (Regex works on Linux -maybe not on OS X (go figure))
Procedure.svg Change user in XML export
Organic Design procedure

The Usernames are specified in the <username> tag, by default an xml export usually dumps the current revision not the history of an article;


<PHP>

perl -ne 's/(<username>)\w+?(<\/username>\s+?<id>)\d+?(<\/id>)/${1}WikiSysop${2}1${3}/g; ; print ' IN.xml > OUT.xml </PHP>