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

Disable Output Esacping Problems

Subject: Disable Output Esacping Problems
From: "Schwartz, Rechell R, ALCAS" <rrschwartz@xxxxxxx>
Date: Wed, 6 Nov 2002 15:17:46 -0500
disable output esacping
All,

I am trying to generate an HTML file that will really be generated as an XML file and then be used as input to another XSL stylesheet (for styling purposes) where it will then be converted to a new HTML file for display in the browser. In the second XSLT file, the program goes through each <TR> and <TD> tag and adds an appropriate atribute for styling.

In the first XSLT file I need (or I think I need) to disable output esacping because I need to generate non-symmetrical XML tags. The disabling of output esacping generates the expected output, but the second XSLT file doesn't seem to recognize the <TD> and <TR> tags whose output was escaped and fails to apply the appropriate styling to these tags.

Here is the code:

<xsl:template match="Side Dish">
<xsl:if test="position() = 1">
	<xsl:text disable-output-escaping="yes"><![CDATA[<tr><td>Side Dish:</td><td>]]></xsl:text>
</xsl:if>
      <xsl:value-of select="."/>
<xsl:choose>
	<xsl:when test="position() != last()">
 		<xsl:text>, </xsl:text>
	</xsl:when>
	<xsl:otherwise>
		<xsl:text disable-output-escaping="yes"><![CDATA[</td></tr>]]></xsl:text>
	</xsl:otherwise>
</xsl:choose>
</xsl:template>

Any help would be greatly apprecited.

Thanks,
Rechell

 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-2013 All Rights Reserved.