Hello,
with xalan I transform xml + xsl into a html output.

I am trying to insert: <center>hello</center> in the result tree,
but when I open the output with a browser I get:
&lt;center&gt;hello&lt;/center&gt;

Can anyone help me?

I have built an xsl extension element with xalan, this extension returns the
above html code;
but when using the xsl extension to get the result the html code seems to be
parsed to xml,
or something like that.
Does the xsl extension element have to return a nodeset instead of a String
as I am doing
right now?

Thanks

Victor











---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to