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

RE: not wellformed contents of xsl:template

Subject: RE: not wellformed contents of xsl:template
From: Bruce Kyle <bruce.kyle@xxxxxxxxxxxxx>
Date: Mon, 6 Aug 2001 14:07:04 -0700
wellformed xsl
Use <xsl:output method="html" indent="yes" />
Just inside your <xsl:stylesheet xmlns:xsl=" ....">

MSXML 3 supports it.  I am just not sure about others.

For more information see p 78 & 79 & 626 of Professional XSL from Wrox.  My 
2nd edition of Michael Kay's book is at home but my guess is that it is in 
there too.

Hope this helps.

bruce
-----Original Message-----
From:	Lisa Rupe [SMTP:LRupe@xxxxxxxxxxx]
Sent:	Monday, August 06, 2001 1:21 PM
To:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:	Re:  not wellformed contents of xsl:template

 
   
 
   
 
   








* Lisa Rupe:

> Is  it  possible to  put  HTML  tags  that  are not  well-formed  into
> xsl:template?

Yes, by using CDATA sections <![CDATA[</td></tr></table>]]>
or by escaping < and > to &lt; and &gt; in a xsl:text statement
<xsl:text>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</xsl:text>

   But then the output in the HTML is &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
   and
   I want it to be </td></tr></table>. Is there no way around that?
   Lisa

Cheerio!
--
Jean-Baptiste Quenot

 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

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.