xsl-list
[Top] [All Lists]

RE: resolving entities

2004-07-23 09:49:48
OK, thanx for letting us know.

Cheers,
<prs/> 

-----Original Message-----
From: xptm(_at_)sapo(_dot_)pt [mailto:xptm(_at_)sapo(_dot_)pt] 
Sent: Friday, July 23, 2004 11:45 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com; Pieter Reint Siegers Kort
Subject: RE: [xsl] resolving entities

As a matter of fact, my first reply went directly to Rui instead of the list
(my stupid webmail does that!) and he later reply to me teling me he already
solved the problem in another way, so i allready knew he want plain text...


Quoting Pieter Reint Siegers Kort <pieter(_dot_)siegers(_at_)elnorte(_dot_)com>:

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

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


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