RE: [xsl] Writing a stylesheet to create a stylesheet, with XSLT in the XML

Subject: RE: [xsl] Writing a stylesheet to create a stylesheet, with XSLT in the XML
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Jun 2002 18:09:37 -0400
At 2002-06-17 17:26 -0400, Scott Moore wrote:
Okay, let me try again.  The above snippet is in my XML file.  I want to
process the <Sections> node and basically do this in my stylesheet:

That is a much clearer explanation, thank you.


In other words, the value of the attribute "label" would be directly placed
into the result tree without re-escaping the "&quot;", "&lt;" and "&gt;"
entities.  Typically you would do that like this:

<xsl:text disable-output-escaping="yes"><xsl:value-of
select="@label"/></xsl:text>

Actually ... no ... I would do it like this:


<xsl:value-of disable-output-escaping="yes" select="@label"/>

I hope this helps.

.............. Ken


-- Upcoming: 3-days XSLT/XPath and/or 2-days XSL-FO:Sep 30-Oct 4,2002

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0  +1(613)489-0999 (Fax:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-07-1                Practical Formatting Using XSLFO
XSL/XML/DSSSL/SGML/OmniMark services, books (electronic, printed),
articles, training (instructor-live,Internet-live,web/CD,licensed)
Next public training:                 2002-08-05,26,27,09-30,10-03


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread