https://bugzilla.wikimedia.org/show_bug.cgi?id=55682
--- Comment #5 from Erik Bernhardson <[email protected]> --- Another thing to consider, is what the parsoid output from the debug api looks like. It currently looks like <!DOCTYPE html> <html prefix="dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/"><head prefix="mwr: http://en.wikipedia.org/wiki/Special:Redirect/"><meta property="mw:parsoidVersion" content="0"><link rel="dc:isVersionOf" href="//en.wikipedia.org/wiki/Main page"><title>undefined</title><base href="//en.wikipedia.org/wiki/Main page"></head><body data-parsoid='{"dsr":[0,36,0,0]}'><p data-parsoid='{"dsr":[0,17,0,0]}'><b data-parsoid='{"dsr":[0,17,3,3]}'>hello there</b></p> <dl data-parsoid='{"dsr":[18,36,0,0]}'><dd data-parsoid='{"dsr":[18,36,1,0]}'> old <dl data-parsoid='{"dsr":[24,36,0,0]}'><dd data-parsoid='{"dsr":[24,36,2,0]}'> travelers</dd></dl></dd></dl></body></html> Basically, it containing a <head> and a <base href="..."> both prevent simply dumping the output of parsoid into an html page. In order to figure out what we need to do here I'm having lunch with gwicke today and will see what is our best move going forward. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
