Hi Guys,
I'm really banging my head against a wall with this one, and was hoping someone could poke me in the right direction. I'm trying to parse xml using x:parse and the like. However I only ever get returned:
Now my understanding is that this implies that
tomcat cannot see the classes involved. However I've now put xalan.jar, resolver.jar, serializer.jar, xercesImpl.jar, xml-apis.jar, & xsltc.jar, the classes I'm told I need, in about every concivable lib folder on the server (WEB-INF/lib, the tomcat common/lib folder, and the java/lib folders) and I've had no luck.
If you try to do anything other the parse you get this error:
and for refrence this is the code I'm currently trying to just
test things are working (the url is working and checked, the url var has the xml in):
Any help would be much appreciated!
Thanks