This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Which is correct, xt or SAXON?


It is not outputting in XML, but in HTML, which is not nearly as strict
about that sort of thing.

If I take out the <xsl:output> tag, I get:

<?xml version="1.0" encoding="UTF-16"?><test value="&lt;&gt;" />

> -----Original Message-----
> From: David Carlisle [mailto:davidc@nag.co.uk]
> Sent: 16 May 2000 18:03
> To: xsl-list@mulberrytech.com
> Subject: Re: Which is correct, xt or SAXON?
> 
> 
> 
> strange, I'd have expected
> 
> <test value="&lt;>"></test>
> or
> <test value="&lt;&gt;"></test>
> 
> which are equivalent 
> 
> you can't have a < in an attribute value in XML.
> 
> David
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]