> > > > Would help to know more about what you are seeing when it doesn't work. > > > > Is there some exception being thrown? If so what? > > > No, I didn't see any exception. My method receives the following string > [batchResponse: null] > > Running my junit testcase without these libraries results in the > expected dsml:batchResponse xml. > > I had already some trouble with the input. I read the dsml ldap request > from a file. When I use getContentAsDom() I receive an namespace > exception. My workaround here was to use getContentAsDom4J().toXml() and > to parse the String it by myself using the java standard stuff. > BuilderFactory....with the flag setNamespaceAwarenes(true); >
More questions : o So when the xerces jars we ship aren't in the picture what xml libs are being used? Those from the jdk? And if so, what jdk version? o What is this input that had a problem? o What was that exception? Finally I'll just mention that the pbm could stem from the fact the xerces jars are likely to have some overlap with other DOM api libs. ( org.xml, org.w3c, javax.xml ). -- Dan S ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
