Tagged Questions

0
votes
1answer
119 views

ASP print xml formatted string

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?