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 (< > ).
Because of this I can't traverse the passed xml.
Is there way to either turn this conversion off or convert the entities (<, > ) back into the brackets they represent?
TIA