[xmlhammer-dev] [ xmlhammer-Bugs-1583786 ] Java Output: Incorrect schemaLanguage property using SAX
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2006-10-24 13:49:39
|
Bugs item #1583786, was opened at 2006-10-24 13:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1583786&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 Status: Open Resolution: None Priority: 3 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Java Output: Incorrect schemaLanguage property using SAX Initial Comment: When specifying SAX as the XML Parser and setting the Validating to false, this results in the following incorrect line being added to the Java Code: parser.setProperty("http://java.sun.com/xml/jaxp/properties/schemaLanguage", "null"); Solution: Make sure this line does not exist when the schemaLanguage property is null. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1583786&group_id=145971 |