Support for Node level Operations on Solaris

I have been using starters kit on NT/IIS for evaluation. Our production environment being Solaris, I want to know whether the nodelevelupdate operations like appendChild(), insertBefore(), replaceChild() work on Solaris platform also.
If no what is the way around
If yes whether we need any filters etc like in NT/IIS.

Thanks and Regards
Bhushan

There isn’t currently a version for Solaris available from development.
I seem to remember soem user having written one.

basically you need a servlet which reads the target document and uses XPATH to locate the specified node.

So you really need a DOM implementation with an XPath.
Or if you are very clever write a SAX based version