xsl-list
[Top] [All Lists]

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

2008-06-27 09:28:41
 
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(_dot_)robinson(_at_)stanford(_dot_)edu
Stanford University HighWire Press      http://highwire.stanford.edu/
+1 650 7237294 (Work)                   +1 650 7259335 (Fax)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>