Change user in XML export

From Organic Design wiki
Revision as of 04:21, 2 December 2008 by Sven (talk | contribs) (Fix regex accounting for <id> tags too)
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 'ss/(\<username\>)\w+(\<\/username\>\s+\<id\>)\d+(\<\/id\>)/${1}WikiSysop${2}1${3}/g ; print ' IN.xml > OUT.xml </PHP>