Subject: RE: Which is correct, xt or SAXON?
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Tue, 16 May 2000 18:20:45 +0100
|
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="<>" />
> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: 16 May 2000 18:03
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: Which is correct, xt or SAXON?
>
>
>
> strange, I'd have expected
>
> <test value="<>"></test>
> or
> <test value="<>"></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
|