Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
停止Flex以自动取消缩放&;燃气轮机;在xml属性中;_Xml_Apache Flex_Escaping - Fatal编程技术网

停止Flex以自动取消缩放&;燃气轮机;在xml属性中;

停止Flex以自动取消缩放&;燃气轮机;在xml属性中;,xml,apache-flex,escaping,Xml,Apache Flex,Escaping,我有这样一个xml: <test> <prueba test="1&gt;2"/> <prueba test="1&lt;2"/> </test> 当我用XML()解析它时,它会自动取消scape>,但不会 我需要防止这种行为,因为我需要文本不被替换。通过替换>,是否有不涉及先前自制转义的想法 谢谢这是关于Adobe/Apache Flex的问题吗?你能分享你用来解析XML的代码吗?它是Adobe F

我有这样一个xml:

<test>
    <prueba test="1&gt;2"/>  
    <prueba test="1&lt;2"/>  
</test>

当我用XML()解析它时,它会自动取消scape>,但不会 我需要防止这种行为,因为我需要文本不被替换。通过替换>,是否有不涉及先前自制转义的想法


谢谢

这是关于Adobe/Apache Flex的问题吗?你能分享你用来解析XML的代码吗?它是Adobe FLex
var XMLScript:XML=XML(TextFile.read(fichero.replace)(new RegExp(“\r\n”,“g”),“\n”)
  <test>
        <prueba test="1>2"/>  
        <prueba test="1&lt;2"/>  
    </test>