Testing XML Encoding

agolangf · · 327 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Any advice for testing xml after encoding? I have a package that generates xml webservice requests and I want to compare them against the expected output. I am using the golden file approach for this, but I am getting failed tests, most likely due to indentation or some other whitespace issues. If I change my code to not perform indentation when encoding it works, but I really would prefer the xml to come out with the proper indentation. I know in reality the indentation means nothing it terms of it being valid xml or not, but I&#39;d still like to keep it, especially for debugging purposes.</p> <hr/>**评论:**<br/><br/>ruralcoypu: <pre><p>Have you tried converting to Canonical XML before comparison?</p> <p><a href="https://www.w3.org/TR/xml-c14n" rel="nofollow">https://www.w3.org/TR/xml-c14n</a></p></pre>jetjaguar76: <pre><p>No. Doesn&#39;t seem to be an easy way to do that. Maybe I will just ditch the indenting. </p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

327 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传