#5868 Mediawiki import over-escapes <> brackets in preformatted section

unreleased
open
nobody
import (116)
General
nobody
2015-02-24
2013-02-21
No

https://sourceforge.net/apps/mediawiki/niceproject/index.php?title=Creating_a_NiCE_XML_File_From_Schema has a preformatted section with XML in it, and it comes through overescaped:

&lt;DataComponent description="" id="0" name="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema1.xsd"&gt;
  &lt;Entry changeState="true" defaultValue="" description="" errorMessage="" id="0" name="" parent="" ready="true" secretFlag="true" tag="" value=""&gt;
    &lt;AllowedValueType&gt;Discrete&lt;/AllowedValueType&gt;
    &lt;allowedValues&gt;allowedValues&lt;/allowedValues&gt;
  &lt;/Entry&gt;
&lt;/DataComponent&gt;

Discussion


Log in to post a comment.