How to read sql query from xml using java
How to r开发者_StackOverflowead sql query from xml using java
Use a XML parser. Here's a tutorial.
If you have some sql queries already in xml file and trying to read them, you can use any SAX/DOM parser. PS: you may want to enclose the sql queries in XML file in a CDATA
精彩评论