Oracle XML Parser for Java 9i - more strict than 8i

From: Benny Derous <benny.derous_at_pandora.be>
Date: 16 Sep 2003 02:07:19 -0700
Message-ID: <3501dc46.0309160107.70d16a99_at_posting.google.com>



Problem : loading XML messages in Oracle 8i database with Oracle's XML Parser for JAVA 817. This works just fine in 8i : java oracle.xml.parser.v2.oraxsl -v -d $INFILEDIR -i XML -s /home/cdb/inflow/transform/V4/parser.xsl -o $INFILEDIR -r JAVA -t 1 -e $INFILEDIR/parser_error.out
Now with the Oracle XML Parser 9i, I get an error using the same stylesheet (/home/cdb/inflow/transform/V4/parser.xsl ) : error XSL-1050: (Error) Duplicate variable 'valueslist' definition.

It seems to me that the 9i parser is more strict than the 8i parser. With 8i, one could easily declare variables, assign them and keep on re-assign them. This is now finished in 9i. So my real question is : how can I re-initialise a variable in XSL (in the parser file) ?

Thanx a lot.
Benny Derous Received on Tue Sep 16 2003 - 11:07:19 CEST

Original text of this message