You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Michael Glavassevich <mr...@ca.ibm.com> on 2006/11/23 21:29:18 UTC

[ANNOUNCEMENT]: XML Commons Resolver 1.2 now available

Hi everyone, 

The XML Commons team is pleased to announce that version 1.2 of the XML 
Commons Resolver is now available. This release adds support for OASIS XML 
Catalogs v1.1 and contains several bug fixes and improvements.

Specifically, the changes introduced in this release are:

* Added support for systemIdSuffix and uriSuffix as defined in the XML 
Catalogs v1.1 Committee Specification. 

* Added basic JUnit tests.

* Fixed bugs in the XCatalog support.

* Added the reason to the "Failed to create InputSource" message. 

* Fixed the use of "file: URLs".

* Fixed improper use of String.replace. 

* Fixed a bug where the resolver was generating an incorrect base URL when 
user.dir is "/".

* Modified ResolvingXMLReader to be namespace aware.

* Fixed a bug in matching rewrites. REWRITE_SYSTEM and REWRITE_URI didn't 
work as specified.

* Modified the resolver to detect and report unterminated comments in text 
catalogs.

* Modified the resolver to set an EntityResolver on the SAX parser to be 
used for new XML documents that are encountered as a result of the 
document() function, xsl:import, or xsl:include.

For more information please visit: http://xml.apache.org/commons/

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org


Re: non overriding equals methoda

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Not sure why they were written that way, but it doesn't look like they're 
used anywhere.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

"Dave Brosius" <db...@apache.org> wrote on 11/23/2006 09:26:44 PM:

> IdentityConstraint and XInt both declare equals methods that do _not_ 
take 
> an Object, but rather IdentityConstraint and XInt respectively. This 
seems 
> wrong to me.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


non overriding equals methoda

Posted by Dave Brosius <db...@apache.org>.
IdentityConstraint and XInt both declare equals methods that do _not_ take 
an Object, but rather IdentityConstraint and XInt respectively. This seems 
wrong to me.



---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org