Dim key as string
key = "something"
Print "Content-type: text/xml" ' <--- this makes the output text/xml type
XMLTree = || + Chr(13)
XMLTree = XMLTree + |
XMLTree = XMLTree + |
XMLTree = XMLTree + |
XMLTree = XMLTree + ||
Print XMLTree
above code outputs
No comments:
Post a Comment