我有这个测试 xml 文件。我将它上传到亚马逊网络服务,响应是:prolog DOM 中不允许 XML 内容。
我在十六进制编辑器中搜索过,之前没有空格,什么都没有。有人可以帮助我吗?
<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amznenvelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>A3VK0G8OPY5KRQ</MerchantIdentifier>
<MessageType>Price</MessageType>
<Message>
<MessageID>1</MessageID>
<Price>
<SKU>459</SKU>
<StandardPrice currency="USD">34.5</StandardPrice>
</Price>
</Message>
<Message>
<MessageID>2</MessageID>
<Price>
<SKU>718</SKU>
<StandardPrice currency="USD">95</StandardPrice>
</Price>
</Message>
<Message>
<MessageID>3</MessageID>
<Price>
<SKU>1007</SKU>
<StandardPrice currency="USD">63.25</StandardPrice>
</Price>
</Message>
<Message>
<MessageID>4</MessageID>
<Price>
<SKU>3200</SKU>
<StandardPrice currency="USD">258.75</StandardPrice>
</Price>
</Message>
<Message>
<MessageID>5</MessageID>
<Price>
<SKU>3800</SKU>
<StandardPrice currency="USD">166.75</StandardPrice>
</Price>
</Message>
</Header>
</AmazonEnvelope>