|
Subject: XSL Processors and non-HTML output From: Paul_Tihansky@xxxxxxxxxxxx Date: Mon, 1 Feb 1999 13:57:56 -0500 |
Hi,
I am looking for ways to modify XSL Processors to produce non-HTML
output. My goal is to be able to output non-HTML syntax, similar to
server-side includes, which my HTML pre-processor recognizes. This
requires me to send characters such as "<", ">", and "&" to the output
unmangled.
Specifically, I have been looking into XT and the Koala XSL Processor.
The 2 methods I have considered so far are: 1.) Modify the
HTMLOutputHandler class so it ignores those characters; or 2.) Extend the
<xsl:comment> handler to create a new stylesheet instruction, such as
<foo:nonhtml>, that ignores those characters just like <xsl:comment> but
without creating the comment characters, "<!-- -->".
For examle, I'd start with this XML snippet:
<foo><![CDATA[<!exec name="progname">]]></foo>
And all I want to output is:
<!exec name="progname">
Any help is appreciated,
Paul
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: XML spec DTD [was: Re: XSL prac, Didier PH Martin | Thread | RE: XSL Processors and non-HTML out, Mike Dierken |
| Re: Problems with iso-8859-1, Chris Tomlinson | Date | [no subject], David Sloan |
| Month |