[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Writing a stylesheet to create a stylesheet, with

Subject: RE: Writing a stylesheet to create a stylesheet, with XSLT in the XML
From: Scott Moore <Scott.Moore@xxxxxxxxxxxxx>
Date: Mon, 17 Jun 2002 17:26:13 -0400
xsl writing gt
> Using disable-output-escaping= is not the best way one writes 
> a stylesheet 
> that writes a stylesheet.

In this case, it's exactly what I need.

> 
> Look at the <xsl:namespace-alias> instruction and how the 
> processor sees a 

This won't help in this particular problem.

XML Snippet:

<Sections label="&lt;xsl:value-of select=&quot;/Doc/FirstName&quot;/&gt;"/>

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:

<xsl:value-of select="@label"/>

Unfortunately, that produces the following in the result tree:

&lt;xsl:value-of select=&quot;/Doc/FirstName&quot;/&gt;

BUT, I want the output in the result tree to look EXACTLY like this:

<xsl:value-of select="/Doc/FirstName"/>

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>

BUT, the above is an error.  You apparently cannot place an <xsl:value-of/>
inside of a <xsl:text/> element.  What I'm looking for is a way around this
problem, if there is one.  If not, I have another way to solve it, just not
as flexibly.

Thanks for any help,
Scott



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.