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

RE: getting xsl to produce ill-formed xml?

Subject: RE: getting xsl to produce ill-formed xml?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 22 Mar 1999 11:03:39 -0000
ill formed xml
Title: RE: getting xsl to produce ill-formed xml?

> is there any way to get an xsl style sheet to produce
> something that isn't proper xml?

Not with "standard" XSL.

SAXON XSL has an option saxon:escape="NO" which allows you to output arbitrary text files. The effect is that all angle-brackets, etc, are output "as-is" rather than being escaped to "&lt;" etc. You can apply this option either to the whole output file or to any section of it. There are two ways of using it (a) to generate things other than XML/HTML (e.g. Perl scripts, EDI messages); (b) to get round restrictions when generating XML, e.g generating "unmatched" tags.

Mike Kay
SAXON is on http://home.iclweb.com/icl2/mhkay/saxon.html

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.