Subject: RE: Problems with &/& in style sheet
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 15 Jun 2005 09:01:22 +0100
|
> The '&' in the last line should actually be a '&' in the
> transformed
> HTML code. However, obviously I can't replace '&' with
> '&', since the
> stylesheet would then be syntactically incorrect. But if I
> leave the '&'
> where it is, I'll have '&' in the HTML code instead of '&'.
Your XSLT processor knows the HTML rules better than you do.
& is correct according to the HTML spec, & is wrong.
Michael Kay
http://www.saxonica.com/
|