Re: -u switch for DOMPrint

2002-05-15 Thread Dean Roddey
For instance, create an ISO-8859-1 document, and somewhere in there use a numerical character reference (something over 256) to create a character that cannot be represented in 8859, then try to print it out in 8859 . It won't be representable in the target encoding, so the output formatting stuff

-u switch for DOMPrint

2002-05-15 Thread In, Jae Woo
Could anyone suggest a method for testing the -u switch for DOMPrint. Specifically, what is considered an unrepresentable character? Thanks in advance. Jae. <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

FW: loadXML() and get_xml() equivalents for the DOM_DOCUMENT

2002-05-15 Thread Lombardo, Lisa
Is there an example for using the DOMSerializer found in the mail archives? I see that the Java class uses the XMLSerlializer which does not seem to exist for C++. What is the DOMSerializerFormatTarget? Lisa -Original Message- From: Jesse Pelton [mailto:[EMAIL PROTECTED]] Sent: Tuesda

Re: core dump while exiting the program

2002-05-15 Thread David N Bertoni/Cambridge/IBM
The problem is you've got a DOM_Node instance still around after you've called XMLPlatformUtils::Terminate(). You cannot do this -- you must make sure that all Xerces objects are destroyed before you call XMLPlatformUtils::Terminate(). Having a static instance of DOM_Node is a very bad idea, si

core dump while exiting the program

2002-05-15 Thread Arun Ramdas
I am using xerces-c 1.6 with my tuxedo sources. when i shutdown my tuxedo server(typically when i exit the program), i get a core dump, and the analysis of the core lead to =>[1] pthread_mutex_lock(0x0, 0x12c0, 0xc5634, 0x0, 0x213e0, 0xfeb98528), at 0xfe25b73c [2] XMLPlatformUtils::atomicDecrem

Re: Review: The DOM Reorganization

2002-05-15 Thread Jason E. Stewart
"Tinny Ng" <[EMAIL PROTECTED]> writes: > I have implemented most of the DOM changes that we agreed last time > in the "Call for Vote: which one to be the Xerces-C++ public > supported W3C DOM interface" discussion thread. Wow! Great work Tinny (and others). I'm sorry, but I'm very busy preparin

Review: The DOM Reorganization

2002-05-15 Thread Tinny Ng
Hi everyone, I have implemented most of the DOM changes that we agreed last time in the "Call for Vote: which one to be the Xerces-C++ public supported W3C DOM interface" discussion thread. What have been changed: = 1. Rename all IDOM stuff to DOMXXX and moved to folder sr

COM dll for VB needed (tried ver 1.2 but too buggy)

2002-05-15 Thread Christian Primozich
If you have compiled the C++ version of Xerces into a COM dll and have anything more recent than the 1.2 version, can you send it my way or point me to it. The 1.2 version is just too buggy to use and you can't redistribute msxml so it won't work for my purposes. Thanks, cp _

DO NOT REPLY [Bug 7698] - filenames with embedded spaces in schemaLocation strings not handled properly

2002-05-15 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://nagoya.apache.org/bugzilla/show_bu

FW: loadXML() and get_xml() equivalents for the DOM_DOCUMENT

2002-05-15 Thread Lombardo, Lisa
Any gotchas that I should look out for when changing this DOMSerializer to be an IDOMSeralizer? Has anyone already done this? Lisa -Original Message- From: Jesse Pelton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 1:42 PM To: '[EMAIL PROTECTED]' Subject: RE: loadXML() and get

Re: Xerces C++ Bug ?? : Getting blank namespace URIs and prefixes

2002-05-15 Thread Tinny Ng
This may be related to bugzilla bug 9104. I can FYI you when a fix is available. Tinny - Original Message - From: "Robert Buck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 9:21 AM Subject: Xerces C++ Bug ?? : Getting blank namespace URIs and prefixes > H

Xerces C++ Bug ?? : Getting blank namespace URIs and prefixes

2002-05-15 Thread Robert Buck
Hello, I am using Xerces 1.7, C++. I have found many cases where namespace prefixes are missing, and other cases where namespace uri strings are empty. In particular I find that if I take the purchaseOrder example out of the Schema spec, use an import for the IPO schema, all the namespace uris

DO NOT REPLY [Bug 9109] New: - Error handling 'file://' protocol and mixed slashes

2002-05-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9104] New: - prefixes dissapearing when schema validation turned on

2002-05-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9103] New: - no error generated with non-schema conformant file

2002-05-15 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://nagoya.apache.org/bugzilla/show_bu

RE: loadXML() and get_xml() equivalents for the DOM_DOCUMENT

2002-05-15 Thread Evert Haasdijk
You can download the sources for the serializer Jesse refers to from http://www.xs4all.nl/~ewh/DOMSerializer/ There's some documentation there, as well. T, Evert > -Original Message- > From: Jesse Pelton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 7:42 PM > To: '[EMAIL PROTE