Re: [xsl] Programatically Generate Well-Formed XML with .NET

Subject: Re: [xsl] Programatically Generate Well-Formed XML with .NET
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 27 Jun 2008 18:33:11 +0200
Ronnie Royston wrote:
I hope this isn't too far off topic...

I think it is. Consider to post in the newsgroup microsoft.public.xml on news.microsoft.com instead. You subject somehow confusing mentions .NET, if that is what you are using then the newsgroup microsoft.public.dotnet.xml is the right place.


<sku quantity="1" description="XMediusFAX Express Server 50 Users & 2
Channels *Server Supplied by Benchmark">XM-EXP-50</sku>

The ampersand needs to be escaped as &amp; or it needs to start a character or entity reference.


Is there a way to ensure that my xmlWriter subroutine creates
well-formed XML?  Maybe I should be using something from the MSXML
library instead?

Yes, consider to use MSXML with VBA. If you need help using MSXML then the newsgroup I mentioned above is a good place to ask or discuss.



--


	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread