开发者

ASP print xml formatted string

开发者 https://www.devze.com 2022-12-30 08:07 出处:网络
开发者_如何学JAVAI have: tXML = \"<type p_type=\\\"All\\\"/>\"; if I do Response.Write(tXML);
开发者_如何学JAVA

I have:

tXML = "<type p_type=\"All\"/>";

if I do

Response.Write(tXML);

I get a blank space.

Is there anyway to output this string so I know it is being created?


Response.Write(Server.HtmlEncode(tXML));

Or "view source" in the browser...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号