Greetings.
I have a couple of XML-related modules which might be of wider use,
and which might be candidates for the SISC contrib tree. Would I
just post them here? Or mail Scott/Matthias separately?
The first does XML <-> S-expressions using the XML support bundled
with Java (javax.xml.parsers.SAXParserFactory and friends). The S-
expressions it produces are (intended to be) the same as SXML's, and
it doesn't have SXML's other functionality; however it's
substantially more lightweight, and since it sits on top of the Java
XML framework, you can plug in other Java XML parsers, or indeed
anything which generates org.xml.sax events, in the usual way. It
converts S-expressions to XML in a lightweight way.
The second is an XML-RPC implementation, built on top of the above
XML-sexp module.
I hope these would be of some interest.
Best wishes,
Norman
--
------------------------------------------------------------------------
----
Norman Gray / http://nxg.me.uk
eurovotech.org / University of Leicester, UK
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|