[xmlhammer-dev] [ xmlhammer-Bugs-1583786 ] Java Output: Incorrect schemaLanguage property using SAX
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2006-10-25 10:12:31
|
Bugs item #1583786, was opened at 2006-10-24 13:49 Message generated for change (Comment added) made by edankert 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: rc-1 >Status: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-25 10:12 Message: Logged In: YES user_id=452928 Removed the offending code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1583786&group_id=145971 |