[jdom-interest] stop jdom from escaping (creating dynamic xsl stylesheet)
Rhodes, Phillip C.
Phillip.Rhodes at alcoa.com
Mon Jun 11 08:19:24 PDT 2001
I am creating xsl with jdom and it is escaping <xsl:value-of />
Example:
String xsl = "Your name is" + "<xsl:value-of select=\"name\" />";
Element element = new Element(xsl);
When I output the document, it will escape the > and < characters.
Thanks!
Phillip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20010611/74e2fde0/attachment.htm
More information about the jdom-interest
mailing list