zze-M2S FRISON V ext RD-BIZZ-SOP wrote:
> And if I'm wright there's the same error at line 311.
>
I don't see the problem in this case Vincent.
> if ( !((Schema) schemas.get(targetNamespace)).includesURI(
> desiredSchema)) {
> Schema sh = (Schema) schemas.get(targetNamespace);
> setParser();
>
> XSISAXHandler contentHandler =
> getSAXHandler(desiredSchema);
> XSISAXHandler.setLogLevel(level);
>
> try {
> parser.parse(desiredSchema.toString(),
> contentHandler);
> } catch (IOException e) {
> throw new SAXException(e);
> }
>
> sh = merge(sh, contentHandler.getSchema());
> schemas.put(targetNamespace, sh); // over-write
> }
In this case "sh = merge(sh, contentHandler.getSchema());" looks alright
to me... sh is the the result of a merge, and it is put into the schemas
map after? Perhaps you have a better reading of this code than me? For
now I am leaving this one alone...
Jody
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users