You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Piroumian, Konstantin" <KP...@flagship.ru> on 2001/04/26 12:46:01 UTC

[C2] FYI: Xalan, Xerces use different package versions

Hi all!

FYI, maybe it will be interesting for somebody to know, that both Xalan and
Xerces has the same packages in their jar-s, e.g.: org.xml.*  and in the
latest versions (Xalan 2_0_1 and Xerces 1_3_1) they are different. So, if
you use default names for jars (xalan... and xerces...) then first will be
used the package from Xalan, because it is alphabeticaly before Xerces.

I've upgraded to Xerces 1.3.1 to avoid the bug with
AttributesImpl.removeAttribute() function, but to make Cocoon use it instead
of Xalan's AttributesImpl class I renamed xerces1_3_1.jar to
axerces_1_3_1.jar

It's very strange that nobody noticed that bug, maybe because
removeAttribute is used rarely...

Best regards,

Konstantin Piroumian
Software engineer

Protek Flagship LLC
Phone: + 7 095 795 0520 (add. 1288)
Fax: + 7 095 795 0525
E-mail: kpiroumian@flagship.ru
http://www.protek.com

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>