Reputation: 1
How to read sql query from xml using java
Upvotes: 0
Views: 2657
Reputation: 17472
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
Upvotes: 0