You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Michael Beddow <mb...@mbeddow.net> on 2001/03/24 13:27:24 UTC

Re: xsl question

And if somehow the curlies intended for Ant *are* being taken
as AVT markers, {{doubling}} them will escape them. That
useful fact is as well hidden in the spec as clear info on AVT's
in general

Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/

----- Original Message -----
From: <Sc...@lotus.com>
To: <xa...@xml.apache.org>
Sent: Monday, February 19, 2001 1:40 AM
Subject: Re: xsl question


>
> I'm confused as to what you are asking.  Curly braces are only
significant
> in Attribute Value Templates.  I don't see why they would be causing
you  a
> problem that you would need to fix with xsl:text.  Could you be
> misdiagnosing the problem?
>
> -scott
>
>
>
>
>
>                     Frank Chang
>                     <FChang@ware2        To:
"'xalan-dev@xml.apache.org'" <xa...@xml.apache.org>
>                     .com>                cc:     (bcc: Scott
Boag/CAM/Lotus)
>                                          Subject:     xsl question
>                     02/16/2001
>                     10:55 AM
>                     Please
>                     respond to
>                     xalan-dev
>
>

>
>
>
>
> This is more of a general xsl question, I'm not sure if this is the
right
> mail-list for this -- Is there a way to tell the xslt engine to
ignore
> curly braces - {} without using <xsl:text> or CDATA block? I'm
trying to
> use Xalan to produce Ant scripts, however, Ant uses ${} as property
values
> which forces me to use <xsl:text> all over my xsl script.
>
>
> Thanks!
>
>
>
>
>
>
>
>