我正在尝试使用 xmlstarlet 格式化此文件
文件:
<file_info>
<name><OUTFILE_0/></name>
<generated_locally/>
<upload_when_present/><max_nbytes>99999999999999999999999999999999999</max_nbytes><url><UPLOAD_URL/></url>
</file_info>
<result>
<file_ref><file_name><OUTFILE_0/></file_name>
<open_name>output</open_name>
<copy_file/></file_ref>
</result>
命令:xmlstarlet fo --indent-tab --omit-decl templates/newApp_re_novo.xml > templates/newApp_re.xml
我收到这条消息:templates/newApp_re_novo.xml:1.145: Extra content at the end of the document 9999999999999999999999999999999
我认为这是因为我有两个主要标签:而且我需要这样的文件。我能做什么?
谢谢。费利佩