Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~1K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for some_one_

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

Member Avatar for rrusin
0
91
Member Avatar for denniskhor

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>>

Member Avatar for rrusin
0
121

The End.