xsl-list
[Top] [All Lists]

RE: resolving entities

2004-07-23 09:20:41
OK, I was assuming he wants 'html' output because he's creating an array
with URLs, but we may better let Rui comment on that.

Cheers,
<prs/> 

-----Original Message-----
From: xptm(_at_)sapo(_dot_)pt [mailto:xptm(_at_)sapo(_dot_)pt] 
Sent: Friday, July 23, 2004 9:48 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] resolving entities

So he should use  method="text", he wants to output some Javascript code,
wich is just plain text, so & must appear as &.


Quoting Michael Kay <mhk(_at_)mhk(_dot_)me(_dot_)uk>:


<xsl:output method="html" indent="yes" omit-xml-declaration="yes" />

The output method must be 'html' to let the '&' appear as '&' in the 
output.

No, ampersands in HTML must be escaped just as in XML.

The difference is that HTML parsers will forgive you if you don't 
escape them, whereas XML parsers won't. But it's still correct to 
escape them, which is why XSLT processors do it automatically for you.

Michael Kay


--+------------------------------------------------------------------
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>
--+--









O SAPO já está livre de vírus com a Panda Software, fique você também!
Clique em: http://antivirus.sapo.pt

--+------------------------------------------------------------------
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>