Alternate way of using Deprecated Classes in xerces-c 2.5

2004-09-07 Thread Rama Shankar Mantha
Hi, The application we are using has been build using XERCES 1.7, we are now rebuilding the application with the latest xerces-c 2.5.0 We are using DOMString and DOMParser class, which are now moved to dom/deprecated/DOMString.hpp and DOMParser.hpp. I understand that in future we have to use XMLC

[jira] Updated: (XERCESC-1270) XMLFormatter can produce XML that fails parsing

2004-09-07 Thread xerces-c-dev
The following issue has been updated: Updater: Dominik Stadler (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Sep 2004 7:59 AM Comment: A sample XML-file that was created with XMLFormatter and which cannot be parsed any more because the escaped character is invalid. Changes:

DO NOT REPLY [Bug 26531] - ABW: Array bounds write xercesc_2_4::HashBase::HashBase #Nvariant 1() [XMLString.hpp:1612]

2004-09-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Alternate way of using Deprecated Classes in xerces-c 2.5

2004-09-07 Thread Gareth Reakes
Hi, it is OK to change to the deprecated headers. Be aware that we have not fixed bugs in the deprecated code for some time. If its possible, you should upgrade to the new headers. Gareth On 7 Sep 2004, at 12:22, Rama Shankar Mantha wrote: Hi, The application we are using has been build using X

Re: DOMPrint and schema validation

2004-09-07 Thread Gareth Reakes
Hi, the first does cause an error message about the required attribute. The only change I met was to put the schema in the same directory as the xml file and referenced it with a relative path. Try this. If this does not do it then try updating to cvs head - thats what I use. Whatever the resu

Re: DOMPrint and schema validation

2004-09-07 Thread Vitaly Prapirny
This is what I see with xercesc 2.5.0 binaries from distribution file xerces-c_2_5_0-windows_nt-msvc_60.zip: = E:\DOMPrint\Debug>DOMPrint -v=always -n -s x1.xml Error at file "E:\DOMPrint\Debug/x1.xml", line 5, column 34 Message: Required attri