ASP print xml formatted string

Posted by Primetime on Stack Overflow See other posts from Stack Overflow or by Primetime
Published on 2010-05-17T15:33:59Z Indexed on 2010/05/17 15:40 UTC
Read the original article Hit count: 174

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about asp

Related posts about Xml