Hi all,

I'm running into a situation where I need to pass an XML Tree into a param in a stylesheet.

When the xml tree gets to the param something is converting the brackets(< >) into entities (&lt; &gt; ).
Because of this I can't traverse the passed xml.


Is there way to either turn this conversion off or convert the entities (&lt;, &gt; ) back into the brackets they represent?

TIA



Reply via email to