Subjects
Home
VOTE Move XML Commons to Xerces
Commented: (XERCESJ 589) Bug with pattern restriction on long strings
: Xerces J 2 8 1 Release on Wednesday, September 13th
: Xerces J 2 9 0 Release on Wednesday, November 22nd
Commented: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1178) Error getting prefix for an attribute with no n
Updated: (XERCESJ 1244) XMLSchemaValidator does not contribute element 's
Some consideration about the xerces DOM implementation
Updated: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1227) Poor performance / OutOfMemoryError for sequenc
retain exception stack traces
Updated: (XERCESJ 1193) NPE or hang when parsing using the "continue afte
Future of NekoHTML
Commented: (XERCESJ 1203) NPE in XMLDTDProcessor
DOM Level 3 APIs for Xalan J and a new Xalan release (2 7 1)
: xml commons external 1 3 04 Release on Wednesday, November 22nd
Commented: (XERCESJ 1247) Incorrect location information on SAX when usin
XInclude exceptions how to mirror Xerces J functionality into Xerces C++?
First proposal on SoC project "Add support for the StAX (JSR 173) cursor API
: xml commons resolver 1 2 Release on Wednesday, November 22nd
Typo in RangeToken java Please check
Validator features
java lang ClassCastException when adopting Node
using the org apache xerces impl xs identity package
Updated: (XERCESJ 1257) buffer overflow in UTF8Reader for characters out
Problem with ref attributes and schema validation
Updated: (XERCESJ 122) XMLSchemaValidator does not contribute element 's d
Performance problem under load Xerces with Weblogic 9 x
remove ignored memory allocation
Commented: (XERCESJ 1177) SAXXMLStreamReader doesn 't always report namesp
Commented: (XERCESJ 977) Null pointer exception during DOM parsing
Commented: (XERCESJ 1197) Code cleanup for org apache xml serialize
Commented: (XERCESJ 1201) Initial contribution for StAX Event API
Updated: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special c
Commented: (XERCESJ 1199) SAXXMLStreamReader should attempt to register a
Commented: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special
Updated: (XERCESJ 589) Bug with pattern restriction on long strings
StackOverflow
xerces Range unnecessarily not garbage collectable if not detached
Updated: (XERCESJ 1178) Error getting prefix for an attribute with no nam
Bug in xs:redefine
Commented: (XERCESJ 1204) Can not set XMLEntityResolver for LSParser
Updated: (XERCESJ 1253) Prototype for SoC2007 project "Add support for th
Updated: (XERCESJ 1259) Add SteamFilter Function to SoC2007 project "Add
Assigned: (XERCESJ 444) SAXException thrown by EntityResolver is reported
Google Summer of Code 2007
Xerces J and XInclude relative path issue
Assigned: (XERCESJ 206) Stack overflow when using a schema validation
Commented: (XERCESJ 1215) Restrictions involving two levels of substituti
Closed: (XERCESJ 1203) NPE in XMLDTDProcessor
non overriding equals methoda
Resolved: (XERCESJ 1079) invalid value returned for TOTALDIGITS facet in
Xerces AS3 port
Updated: (XERCESJ 325) Regular Expression; Pattern "| " clause order de
Updated: (XERCESJ 1196) Javadoc generation fails on Java SE 5 0
Closed: (XERCESJ 1202) DTD validation on XIncluded documents when the sch
Created: (XERCESJ 1124) Nonspecific schema error message
a bug in xerces
Updated: (XERCESJ 1201) Initial contribution for StAX Event API
Closed: (XERCESJ 1254) Empty uris in targetNamespace attribute not report
Links
Home
Oracle database error code
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Xerces
Page 42 of 76 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10  

Bug report for Xerces2-J [2004/07/25]

+

Bug report for Xerces-J [2004/07/25]

+

java.net.MalformedURLException from XMLVersionDetector.determineDocVersion?

I 'm having problems parsing an xmlïż½config doc of an open source scheduling tool (Quartz).? The document (below)is well formed and valid. I 'm able to successfully validate it using and xml editor (S

Element default values question

Hi I have a question about element default values defined in the schema. How can we get them when parsing the file ? I have the foolowing part of a schema <xs complexType name "TaxData_Type "

Warnings for falling back to lax validation?

Hi If I validate this <test Root xmlns test "http //www.example.com " > <test Wrong/ > </test Root > against this schema <schema xmlns "http //www.w3.org/2001/XMLSchema " targe

Bug report for Xerces2-J [2004/07/18]

+

Bug report for Xerces-J [2004/07/18]

+

SchemaCheck, Problem with derivation by restriction again

There is a sample that comes with Xerces. Try java -cp ... xni.XMLGrammarBuilder -f -a your.xsd If you get an error here then maybe your code isn 't using SchemaLoader correctly. You ca

derivation by restriction and <any >-Element

Hi why this example is wrong and i get Xerces 2.6.2 error-messages ? <xs complexType name "basis_test_typ " > <xs sequence > <xs element name "foo "/ > <xs any namespace "##any " minOc

SchemaCheck, Problem with derivation by restriction

Hi the Xerces 2.6.2 (latest CVS version) indeed recognizes all schema-mistakes. It works only if I has both schema-file and XML-instance. Are there a way to check only the schema? In some situati

URI escape characters path

This is a rewrite of the patch submitted earlier which had some issues. It fixes the problem with the DOMSerializerImpl not handling local URI 's such as file ///D /My%20Documents/file.xml

URI escape characters patch

This patch fixes the problem with the DOMSerializerImpl not handling local URI 's such as file ///D /My%20Documents/file.xml properly due to %20 not being recognised as an escape and decoded

Bug report for Xerces2-J [2004/07/11]

+

Bug report for Xerces-J [2004/07/11]

+

Inner classes s/b static

These inner classes have no dependencies on their owning classes and thus should be static to remove an unnecessary reference to parent.

Patch for equals and hashCode

Equal classes must have equal hashCodes. This patch enforces this invariant.

Patch fixes bad equals signatures

When implementing the .equals method the parameter should be defined as Object otherwise calls like this XInt i new XInt( 1 ) if (i.equals( myMap.get( "foo "))) may call the wrong method

URI performance patch

This patch now makes the URI representing the user.dir system property location to be cached instead of the URI being created over and over again. It improves performance in the scenario whe

Patch improves StringConcatenation in loops

The attached patch replaces concatenation building of strings in loops with the use of an explicit StringBuffer.

Changes to Format of Schema Error Messages

The following patch improves the format of Xerces-J schema error messages to increase readability. Regards Jonathan Au XML Parser Development IBM Toronto Lab 8200 Warden Ave. Markha

Mike Pawlowski/Toronto/IBM is out of the office.

I will be out of the office starting 07/05/2004 and will not return until 07/19/2004. I am presently on vacation. I will reply to your message on my return. Please contact Steve Hikida

org.apache.html.dom.HTMLDocumentImpl oddity

In org.apache.html.dom.HTMLDocumentImpl.java It looks like the Runtime exception is supposed to be thrown but isn 't. private static void populateElementType( String tagName String clas

Using == on strings

I ran across this in org.apache.xerces.dom.DeferredDocumentImpl Shouldn 't this be if (getChunkValue(fNodeName achunk aindex).equals( name)) { ? public String get

DO NOT REPLY [Bug 10997] -
transformer doesn 't support Chinese Name Dir

DO NOT REPLY TO THIS EMAIL BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http //issues.apache.org/bugzilla/show_bug.cgi?id 10997 >. ANY REPLY MADE TO THIS MESSA

Bug report for Xerces2-J [2004/07/04]

+

Bug report for Xerces-J [2004/07/04]

+

Build file broken?

Hi I 've just put a comment in on a bug because I think a recent commit may have caused it to break the dom3 tests but I noticed at the same time that the ant file doesn 't report a failure ev

CyberNeko Tools for XNI 2004.06.30 Available

Well it 's been way too long since the last update and while there aren 't many changes I figured it was important to let people know that I 'm still working on this stuff! ) Anyway the short l

Bug report for Xerces2-J [2004/06/27]

+

Bug report for Xerces-J [2004/06/27]

+
Page 42 of 76 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10