Revision 186
Added by Matt Jones over 24 years ago
valxml | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 |
export PARSER=/home/jones/software/xerces-1_1_0/bin/xerces.jar |
|
4 |
#export PARSER=/home/httpd/servlets/xsql/lib/xmlparserv2.jar |
|
3 |
export PARSER=/home/jones/software/xml-xerces/java/build/xerces.jar |
|
5 | 4 |
export PDIR=/home/jones/projects/pbi/development/xmltodb |
6 | 5 |
export CAT=$PDIR/lib/catalog.jar |
7 | 6 |
export JDBC=${ORACLE_HOME}/jdbc/lib/classes111.zip |
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.