Revision 243
Added by Matt Jones over 24 years ago
loadxml | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 |
export PARSER=/home/jones/software/xml-xerces/java/build/xerces.jar
|
|
3 |
export PARSER=/home/httpd/servlets/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 DBEntityResolver so that it now properly delegates to
the system id found inthe database.
Changed DBValidate to use DBEntityResolver, rather than the OASIS
catalog, and to return validation results in XML format.