Subject: Re: XML Special Characters
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Tue, 17 Jul 2001 07:55:01 +0100
|
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
|