[xsl] Disable-output-escaping within attributes using Xalan-J 2.5.1+

Subject: [xsl] Disable-output-escaping within attributes using Xalan-J 2.5.1+
From: "Kristoffer Olson" <kristoffer.olson@xxxxxxx>
Date: Tue, 2 Sep 2003 13:11:56 +0200
Hi!

I'm currently trying to write an XSLT to transform an XML document into a
JSP containing XHTML mixed with JSP, e g.:

<html>
    <head>
        <title>Test</title>
    </head>
    <body>
        <%= "Jsp Output" %>
    </body>
</html>

The problem is that I need to be able to write JSP expressions within
attributes:

    <input type="text" value="<%= "Jsp Output Within Attribute" %>"/>

I'm using Xalan-J 2.5.1 and I can't seem to get it together.
I know that you can force saxon not to escape attributes
(saxaon:disable-output-escaping) and I'm looking for a similar solution for
Xalan.
Any solutions (preferably non-hairy)?

Regards

Kristoffer


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


Current Thread