标签: xml rest
您好,我在Meteor中开发了一个rest服务,用于接收xml文件的内容。我有以下问题:发送xml时,例如
<note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
我只收到第一个字符“ <” 我没有找到任何解决方案。知道为什么会这样吗? 问候 戈尔卡