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

Subject: Re: [xsl] Programatically Generate Well-Formed XML with .NET
From: "James A. Robinson" <jim.robinson@xxxxxxxxxxxx>
Date: Fri, 27 Jun 2008 09:28:04 -0700
> here is a copy/paste of my line 58.
> <sku quantity="1" description="XMediusFAX Express Server 50 Users & 2
> Channels *Server Supplied by Benchmark">XM-EXP-50</sku>

At least one problem is that you've got an '&' in there instead of using
the amp entity (the characters '&' 'a' 'm' 'p' ';', I'm quoting them
like that since some mail readers try and interpret the entity).

As to what you can use in your toolkit to render proper XML, I'm afraid
I can't help (I don't have any exposure to the MS tools).  In the Java
world in general, toolkits like JDOM are very helpful in this regard.


Jim

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
James A. Robinson                       jim.robinson@xxxxxxxxxxxx
Stanford University HighWire Press      http://highwire.stanford.edu/
+1 650 7237294 (Work)                   +1 650 7259335 (Fax)

Current Thread