[jdom-interest] JDOM via Servlet

Tasso Angelidis TassoA at trustmarque.ca
Wed Jul 25 06:19:05 PDT 2001


I guess your trying to read the XML directly from the stream...

Another way it can be done is through the GET and POST data.

SAXBuilder trxBuilder = new SAXBuilder(false);
Document trxDoc = trxBuilder.build(new
StringReader(request.getParameter("xml")));



More information about the jdom-interest mailing list