https://bugzilla.wikimedia.org/show_bug.cgi?id=26639
--- Comment #13 from Daniel Friesen <[email protected]> 2011-01-29 11:08:19 UTC --- Experimenting a little, Tidy seams to completely ignore the fact that xml and xml namespaces are valid in xhtml and decide to strip out valid namespaced xml anyways. So even when using <mw:editsection> and defining a valid xhtml namespace in the code we send to tidy, it still decides to ignore that and strip it out. The only thing I've seen to have an effect is adding 'input-xml: yes' to the tidy.conf, however that might have other unwanted effects someone who knows tidy better should point out. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
