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: XML Special Characters


Hi Brad,

> That's what I thought, but I wanted to check and make sure. We are
> building triggers and need to pass this as & without building a post
> processor to strip the amp; and leave the &. Thanks very much for
> your help.

If you're not generating XML, aren't generating elements and don't
want any escaping, then you can use the text output method by placing:

<xsl:output method="text" />

at the top level of your stylesheet.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]