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

RE: disable-output-escaping="yes" and crimson JDK1.4.1

Subject: RE: disable-output-escaping="yes" and crimson JDK1.4.1 parser does not work (or is disabled)
From: "Andrew Milkowski" <amilkowski@xxxxxxxxxxx>
Date: Tue, 7 Jan 2003 09:18:53 -0500
andrew milkowski
First.. Thank you all so very much you took the time to explain to me
"disable-output-escaping"

unfortunately I need to specify disable-output-escaping for the attribute
value, I have no choice over DTD
(I am using a charting software, that uses attributes such as <header text>
<footer text> etc...
what I was trying to do is pre-process an xml containing chart data with an
xsl containing chart presentation


Hearing that I cant have that option on the attribute, I could always
substitute &lt; with {{ for example,
similarly }} for &gt;, later obtain that node, and replace {{ back to &lt
and }} to &gt, before feeding it
to the chart API to produce a final output,

essentially this is a 2-step process,

1. to create xml document containing presentation and data

2. to create a chart from the result obtained in step 1

they both are transforming using SAX parser.

thanks once again...

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of David
Carlisle
Sent: Tuesday, January 07, 2003 5:25 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  disable-output-escaping="yes" and crimson JDK1.4.1
parser does not work (or is disabled)



> is disable-output-escaping disabled in the crimson JDK1.4.1, and if so,
how
> do I turn it on

you are generating an attribute value and disable-output-escaping has no
effect on attribute values.

<xsl:output method="html"/>

this declares you are generating html but...

<chart name="MFChart" width="900" height="580">
	    		<header>

your result has <chart and <header elements which are not html.

What are you trying to produce? If you specified what you were trying to
generate rather than the xslt you were trying to use, someone could
probably offer more help.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 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.