No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I think you can go ahead with XQuery. I have done a tutorial on how to do this recently. There is complete working source code provided and a simple XML transformer in XQuery: [URL="http://rrusin.blogspot.com/2010/01/xquery4j-in-action.html"]http://rrusin.blogspot.com/2010/01/xquery4j-in-action.html[/URL] Regards
You can use commons io ([URL="http://commons.apache.org/io/api-release/index.html"]http://commons.apache.org/io/api-release/index.html[/URL]), like this: [CODE] IOUtils.toString(inputStream) [/CODE] Java is not a superior language itself, but it has a lot of great external libraries. Regards, <<snip>>
The End.
rrusin