[opencms-dev] Tomcat 5.0.16 usage
Geoff Winkless
opencms at geoff.dj
Thu Feb 12 11:07:01 CET 2004
12 February 2004 08:32, Alexander Kandzior wrote:
>> BTW, I checked out the CVS and saw that Opencms 5.3.1 still
>> uses Xerces v1.4.4. Any particular reason for not updating?
>
> No one so far has contributed a patch to replace v1.4.4 with a later
> version.
This seems to be working on our installation, but no guarantees.
Geoff
Index: com/opencms/template/CmsXmlXercesParser.java
193c193
< String result =
((org.apache.xerces.dom.CoreDocumentImpl)doc).getEncoding();
---
> String result =
((org.apache.xerces.dom.CoreDocumentImpl)doc).getXmlEncoding();
Index: com/opencms/template/CmsXmlXercesParser.java
===================================================================
193c193
< String result =
((org.apache.xerces.dom.CoreDocumentImpl)doc).getEncoding();
---
> String result =
((org.apache.xerces.dom.CoreDocumentImpl)doc).getXmlEncoding();
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
More information about the opencms-dev
mailing list