XML SQL Utility - Server version
Demo type: command line
Run: login as "oracle"
cd /localb/oracle/usr/ioe/demo
a) Generate Raw XML file from DB table
with DTD:
java DbtoXml
b) Generate DOC tree and output all
elements and attributes:
java DbtoXmlDoc
c) insert XML into DB table:
java XMLToDB |