Subject: javascript, xsl and xml
From: Phillip Nicolson <pjn3@xxxxxxxxxxxxx>
Date: 06 Aug 2004 11:16:45 +0100
|
Please help,
I have a child window and am looking to pass some of the xml within it
to it's parent.
The problem is: any '<' '>' or '"' contained within the xml (as there
will be) causes the javascript function call to fail.
Is there anyway in a stylesheet to pass xml into a function without the
contents of the xml causing problems? Do I need to convert every < to
< < to > etc - if so is there a quick way to do this?
Thanks in advance
|