On Wed, Sep 23, 2015 at 3:27 PM, v0id null <[email protected]> wrote: > Is there information that Parsoid makes available that isn't available from > Mediawiki output directly?
Yes, certainly. https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec should give you an idea. One (of many) examples are comments in wikitext, which are stripped from PHP output but present in Parsoid HTML. Your question really is, "is there information *I need* that Parsoid makes available that isn't available from Mediawiki output directly?" I don't know the answer to that. Probably the right thing is to keep going with the implementation you've got, but if you get stuck keep in the back of your mind that switching to Parsoid might help. --scott -- (http://cscott.net) _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
