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

Re: GOTCHA!

Subject: Re: GOTCHA!
From: Guy_Murphy@xxxxxxxxxx
Date: Wed, 13 Jan 1999 10:00:58 +0000
Re: GOTCHA!
Hi Oren.

For output JScript I've been using what MS recommends ie.,

          //<xsl:comment>
          <![CDATA[
               ...Script...
          ]]>
          //</xsl:comment>

...which seems to work fine for the IE5b2 parser. Not sure how it would
fare for XT.

Cheers
     Guy.





xsl-list@xxxxxxxxxxxxxxxx on 01/13/99 04:29:22 AM

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Guy Murphy/UK/MAID)
Subject:  GOTCHA!




For all those who are fighting against the restriction that XSL processors
will emit only valid XML, here's a way out which works at least for XT. I'd
be very interested to know whether it works in other processors and whether
it is a valid trick (it probably isn't).
Suppose you have a rule which goes:
<xsl:template match="...">
<xsl:comment> --&gt;
Whatever I damn please, including &lt;, &amp;!!!
&lt;!-- </xsl:comment>
</xsl:template>
Running this through XT will emit:
<!-- -->
Whatever I damn please, including <, &!!!
<!-- -->
[SNIP]






 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.