RE: [xsl] How to quote "${abc}" so it will pass through without evaluation?

Subject: RE: [xsl] How to quote "${abc}" so it will pass through without evaluation?
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 22 Jun 2004 18:56:20 -0400
Hi David,

It's called an "attribute value template", and is (very) easy to find once you know that's what it's called. The spec, and any reasonably comprehensive resource like Mike's Programmer's Guide (e.g. pp. 118-119, 1st ed.), describes the double-bracing as an escape for the single-bracing.

It's also a FAQ because it's particularly difficult to describe it without the terminology.

Cheers,
Wendell

At 06:20 PM 6/22/2004, you wrote:
> Double the braces -
>
> {{$abc}}

This helped, but it actually appears to require "${{abc}}".  That
translates to "${abc}" in the output, as I needed.

Where is it described exactly what that's supposed to do?  Is this
described in MK's XSLT Prog. Ref. - First Edition?

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


Current Thread