Revision 186
Added by Matt Jones over 24 years ago
xml2sql | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 |
export PARSER=/home/jones/software/xerces-1_1_0/bin/xerces.jar
|
|
3 |
export PARSER=/home/jones/software/xml-xerces/java/build/xerces.jar
|
|
4 | 4 |
export PDIR=/home/jones/projects/pbi/development/xmltodb |
5 | 5 |
export JDBC=${ORACLE_HOME}/jdbc/lib/classes111.zip |
6 | 6 |
|
Also available in: Unified diff
Fixed bug in DBWriter using the new SAX2 interface. Turned out it was a bug in xerces-1_1_1, which was fixed by Andy Clark after I reported it.