文档末尾的额外内容

时间:2017-05-11 12:43:37

标签: xml xml-parsing

使用xml解析器解析(巨大的)文件时出错:

Entity: line 8: parser error : internal error: Huge input lookup 3b3b3b3b3b2d383837353030303b393033313930303b42423b424243413b3b52534d45203b3b0d0a

Entity: line 9: parser error : Extra content at the end of the document
    </argument>
    ^

我认为巨大的输入查找表明文件太大,但为什么额外的内容错误? 顺便说一下,xml看起来像那样:

<envelope>
    <request name="getObjectFromFile">
        <argument name="filename">
            <string>theName</string>
        </argument>
     <argument name="content">
            <string>SUPERHUGEDATA</string>
        </argument>
    </request>
</envelope>

谢谢!

0 个答案:

没有答案