[jira] Updated: (XERCESC-1320) Support ICU Transcoding Service on Mac

2004-12-30 Thread Robert Buck (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1320?page=history ] Robert Buck updated XERCESC-1320: - Attachment: MacOSPlatformUtils.cpp Attached is the updated source file that works. > Support ICU Transcoding Service on Mac > -

[jira] Created: (XERCESC-1320) Support ICU Transcoding Service on Mac

2004-12-30 Thread Robert Buck (JIRA)
Support ICU Transcoding Service on Mac -- Key: XERCESC-1320 URL: http://nagoya.apache.org/jira/browse/XERCESC-1320 Project: Xerces-C++ Type: Improvement Components: Utilities Versions: 2.6.0 Environment: Mac OS X R

Re: Schema validation

2004-12-30 Thread Alberto Massari
Hi Milan, At 18.00 30/12/2004 +0100, Milan Tomic wrote: [...] parser->setExternalSchemaLocation("C:\\xmldsig-core-schema.xsd"); The method setExternalSchemaLocation expects a sequence of pairs of strings, where the first one is the namespace URI and the second is the location of the schema file.

Schema validation

2004-12-30 Thread Milan Tomic
Title: Schema validation Hello,     If I try to validate (with Xerces 2.5) my.xml file with some schema I got this error: Fatal Error at file C:\my.xml , line 1 column 67 Message: The schemaLocation attribute does not contain pairs of values.     I'm attaching my.xml

verifying domdocument

2004-12-30 Thread Jairam, Roopnaraine
Hi all,   I have a function that takes a domdocument* and writes it to the xml file. My question is can I verify that the document adheres to my schema before I save it. I have created xml documents that were invalid (while debugging) according to my schema, but I didn't know it until I p

[jira] Resolved: (XERCESC-729) SAX parsers incorrectly filter out events from XMLDocumentHandler instances installed

2004-12-30 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-729?page=history ] Alberto Massari resolved XERCESC-729: - Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed Fix is in CVS. Please verify. Alberto > SAX parsers incorrec

[jira] Resolved: (XERCESC-1315) core in xerces hash

2004-12-30 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1315?page=history ] Alberto Massari resolved XERCESC-1315: -- Resolution: Invalid >From what I can guess from the stack trace, you are invoking >PlatformUtils::Initialize from a secondary thread. Bu

Re: [jira] Resolved: (XERCESC-620) On NODE_DELETED the UserData should be released only after all Handlers have been notified

2004-12-30 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Resolved: (XERCESC-620) On NODE_DELETED the UserData should be released only after all Handlers have been notified

2004-12-30 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-620?page=history ] Alberto Massari resolved XERCESC-620: - Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed Fix is in CVS. Please verify. Alberto > On NODE_DELETED the