|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: Disable Output Esacping Problems
Subject: Re: Disable Output Esacping Problems
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Wed, 06 Nov 2002 22:32:39 +0100
|
Of course, the parser complains - me too ;-)
You must change the way you create the output. You should create XML
elements and not text. Again, please try the solution at the given url.
Joerg
Schwartz, Rechell R, ALCAS wrote:
Jeorg,
I don't understand what alternative I have. The parser complains if I
don't use it.
Rechell
-----Original Message-----
From: Joerg Heinicke [mailto:joerg.heinicke@xxxxxx]
Sent: Wednesday, November 06, 2002 3:54 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Disable Output Esacping Problems
Hello Rechell,
what about my last mail? I suggested a solution (I hope so). And I said
"Don't use disable-output-escaping!" See
http://aspn.activestate.com/ASPN/Mail/Message/XSL-List/1422654.
Does anybody what's up with archive at sources.redhat.com??
Regards,
Joerg
Schwartz, Rechell R, ALCAS wrote:
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list

| Current Thread |
- Re: Disable Output Esacping Problems, (continued)
- Joerg Heinicke - Wed, 6 Nov 2002 15:50:29 -0500 (EST)
- Wendell Piez - Wed, 6 Nov 2002 16:22:48 -0500 (EST)
- David Carlisle - Thu, 7 Nov 2002 04:38:42 -0500 (EST)
- Schwartz, Rechell R, ALCAS - Wed, 6 Nov 2002 16:05:16 -0500 (EST)
- Joerg Heinicke - Wed, 6 Nov 2002 16:28:49 -0500 (EST) <=
- Passin, Tom - Wed, 6 Nov 2002 17:05:35 -0500 (EST)
- Schwartz, Rechell R, ALCAS - Wed, 6 Nov 2002 22:56:26 -0500 (EST)
|
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
|
| Atom 0.3 |
|
|