From: Jukka U. <juk...@vt...> - 2000-11-26 13:02:07
|
Message Sun, 26 Nov 2000, Peter wrote: > > I like the XML involvement, I have worked with it a bit, but not as much as > I would like - would you be using XML4J from IBM Alphaworks - it is really > quite good and free to distribute. > > Depending on whether we use DOM or SAX, there are many options - SUN has > "JAX" as well, which is like SAX ... many options. > I have worked little with XML4J and with Xerces also, but i think we can make xml-parser like plugin. As far they use same DOM or SAX model this should be possible. I don't have make this kind of features but i have seem some. Maybe first would be with XML4J and in version 2 we can xml-parser like plugin module. > Exporting meta data, or extract data (queries ...) would be quite nice. > I have done application which exports resultset to XML document with asp and I think should not be hard thing with java. regards, - Jukka - |