This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: portability, correctness question


>
> Im currently using XT to do transformations. in your opinion is it ok,
> portable, correct, etc to do the following?
>
>
> <xsl:text disable-output-escaping="yes"><![CDATA[
> 	..a lot of complex html, javascript and style sheet stuff that I
> dont want to worry about
> ]]></xsl:text>
>

It's not portable but it will work with most processors provided you write
the output to a file and don't try to use it as XML.

It's correct but not good practice, though with legacy HTML data it may be
the best you can do in the circumstances.

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]