I'm trying to use the MSXML parser to create an XML node containing the text " " - the character code for " ". If I set the text equal to " ", it becomes " ", but if I use Chr(&HA0), it doesn't get encoded and I get invalid character errors. Is there any way to do this with the DOM?

    Requires Free Membership to View

If you want the literal text " " in your document you must escape the ampersand yourself like this " ".

This was first published in March 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.