You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Frank Chang <FC...@ware2.com> on 2001/02/16 16:55:30 UTC

xsl question

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!