"GWicke" changed the status of MediaWiki.r110344 to "deferred" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110344#c30344
Old Status: new > New Status: deferred Commit summary for MediaWiki.r110344: first pass at an API method that returns wikidom. Shells out to node. Some issues with XML API result formatting but works fine in JSON GWicke's comment: The JSON WikiDom format is about to be removed in favor of a plain HTML DOM, which can be serialized as XML. That should avoid some of the problems encountered with the XML output format. A HTML (actually XML) serialization of the HTML DOM is available using the --html switch for now. The default output without format argument will change as well, so this code will need to be adapted rather soon to avoid breakage. I am marking this as deferred, as I am not sure if you intend to look at this again. Please change to fixme if you intend to work on it. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
