K
Karin Bjerregaard
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, and I can't seem to get it together, and I'm
looking for a non-hairy solution =)
Regards
Karin
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, and I can't seem to get it together, and I'm
looking for a non-hairy solution =)
Regards
Karin