[Home] [By Thread] [By Date] [Recent Entries]
--On Wednesday, August 20, 2008 07:38:56 -0700 David Vergnaud wrote:
The point of this template is to create a pseudo XML file in a string (my_xml), and pass it on to a java function (java_class:function) which will process it. However, doing it this way, my_xml will have the following content: <bar>a < b</bar> which is not well-formed, and thence couldn't be parsed by an XML parser in my java class. If you really need to call an extension function of your own creation, and you intend to parse the string parameter with an XML parser inside the function, why not pass your parameter as a node? That would avoid the serialization and parsing thus avoiding all the problems and being more efficient.
|

Cart



