Subject: RE: Replace Apostrophe Template -- very brief example...not working
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Fri, 10 Oct 2003 14:51:42 -0400
|
[ Kathy Burke]
>
> Hi, since I realize I posted my example that I'm sure was too long for
> anyone to want to slogg through it, I'm reposting with a very
> brief example
> hoping someone can help me.
>
> ...
> <body>
> <xsl:apply-templates/>
> </body>
If you expect to escape-apos template to be invoked, you will have to
call it. The template will not be applied automatically from
apply-templates since it does not match any node. When it is called
with the right parameter, it __does__ escape the apostrophe.
Cheers,
Tom P
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|