JSP expression withing an XML attribute?

  • Thread starter Karin Bjerregaard
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,149
Latest member
Vinay Kumar Nevatia0
Top