RE: JavaScript inside of XSL

2004-08-13 Thread David Fishburn
Right, thanks. I replaced: && With: && Based on this webpage, which does a good job of listing which items need escaping and what values to use. http://www.htmlhelp.com/reference/html40/entities/special.html Dave > -Original Message- > From: Keith Rogers [mailto:[EMAIL

Re: Combining xpath result ptrs

2004-08-13 Thread david_n_bertoni
> I have an array of xpath result ptr objects, which contain nodesets. > I want a single reslultPtr having one nodeset containing nodes of all these separate result ptrs. You can have either a single MutableNodeRefList instance with all of the nodes in it. There is no particular need to wrap

Combining xpath result ptrs

2004-08-13 Thread Jaspreet Singh
Title: Combining xpath result ptrs Hi I have an array of xpath result ptr objects, which contain nodesets. I want a single reslultPtr having one nodeset containing nodes of all these separate result ptrs. Assume the node types are all the same. Can I do this? Regards Jaspreet

Re: JavaScript inside of XSL

2004-08-13 Thread Keith Rogers
You have to use entities in the script, like > instead of the ">" characters, unless you wrap it it in

JavaScript inside of XSL

2004-08-13 Thread David Fishburn
Apologies for not having done my homework, but I thought I would field a quick question. I haven't been working on this project for sometime, so I would have to get back into it. I am using Xerces 2.5.0. I believe I am using Xalan 1.8.0, not sure how to check since the directory name I unzipped d