I have downloaded xalan-j_2_5_1-bin.zip from http://xml.apache.org/xalan-j/downloads.html
The documentation leads me to believe that this will contain all I need to run the samples - I am particularly interested in ApplyXPath, as this seems to cover all I need (load and parse an XML file, select...
I'm trying to build an XML client which communicates over http with a remote server, using the HttpURLConnection class, but believe that there are problems in the way I am POSTing the data or trying to read the response. The current code is
try {
String xml = BuildXML();
byte data []...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.