我有一个C#ashx
处理程序,它将执行一些进程,然后生成一个XML
输出,该输出应该被解析并发送到服务器。
问题是当我尝试将上下文响应设置为txt/xml
时,它将生成以下错误:
此页面包含以下错误:
第226行第1行的错误:属性构造错误
下面是第一个错误的页面呈现
可能看起来问题是生成的XML
可能格式不正确,但我通过将输出作为字符串检查,然后我使用验证器,它很好。
有任何建议请弄清楚吗?
XML输出:
<Response>
<GetDigits action='http://domain/Handler.ashx?ivrlevel=9&language=arb&isOperation=false&dayFrom=3&dayTo=3&hourFrom=12&hourTo=2&minFrom=30&minTo=20&enteredMobileNumber=66355356'>
<Play>http://domain/AllClips/enterednumberis_arb.mp3</Play>
<Play>http://domain/AllClips/6.mp3</Play>
<Play>http://domain/AllClips/6.mp3</Play>
<Play>http://domain/AllClips/3.mp3</Play>
<Play>http://domain/AllClips/5.mp3</Play>
<Play>http://domain/AllClips/5.mp3</Play>
<Play>http://domain/AllClips/3.mp3</Play>
<Play>http://domain/AllClips/5.mp3</Play>
<Play>http://domain/AllClips/6.mp3</Play>
<Play>http://domain/AllClips/numberconfirmation_arb.mp3</Play>
</GetDigits>