|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Avoiding disable-output-escaping
I try to generate JSP from XML. In these JSP´s, I need output tags like this
one:
<sw:hpath startscan="0" endscan="100" startpath="2" />
How can I get such an expression without disable-output-escaping?
In XSLT you don't output tags, but rather a tree of element and
attribute nodes. If you put that line, exactly as is in a template
(after having declared the sw: namespace prefix in your stylesheet)
then a suitable set of element and attribute nodes will be placed in the
result tree. When that tree is linearised that expression (or an
equivalent one, for example using ' instead of ") will be created.
i> an external XML file that looks like this:
> <env-entry-value><
Cart








