does Xerces-C support XPointer?

2003-04-03 Thread catharina . ibrahim
okei, I search the mail archives with the keyword 'xpointer' and found the same question posted in May 2001 with the answer NO. Hope there's a change now... if it is still not supported, which a kinda suspected since it's not listed as a feature: ARCK. Anyone can suggest me a cross-platform XML

RE: is it possible to append instead of rewrite entire XML file output?

2003-01-20 Thread catharina . ibrahim
L PROTECTED]>         cc:        (bcc: Catharina Ibrahim/EHV/TASS/PHILIPS)         Subject:        RE: is it possible to append instead of rewrite entire XML file output?         Classification:         Well your program doesn't seem to need the actual XML functionality but rather a log. Why

Re: is it possible to append instead of rewrite entire XML file output?

2003-01-16 Thread catharina . ibrahim
edObject(s) writes to the same XML file) Is it possible..? cath "Oliver Kurowski" <[EMAIL PROTECTED]> 2003-01-16 07:54 PM Please respond to xerces-c-dev                 To:        <[EMAIL PROTECTED]>         cc:        (bcc: Catharina Ibrahim/EHV/TASS/PHILIPS

is it possible to append instead of rewrite entire XML file output?

2003-01-16 Thread catharina . ibrahim
Hi, I am meant to do checking on a huge number of objects in this manner: 1. Check object#1 2. Wraps report on object#1 as XML element 3. Write reportElement#1 to "report.xml" file 4. destroy object#1 5. Check object#2 6. Wraps report on object#2 as XML element 7. Append reportElement#2 to "repo

Re: error performing DOMImplementation::createDocument

2003-01-16 Thread catharina . ibrahim
It works...:P thanks a lot for the fast reply, cath Gareth Reakes <[EMAIL PROTECTED]> 2003-01-16 11:12 AM Please respond to xerces-c-dev                 To:        [EMAIL PROTECTED]         cc:        (bcc: Catharina Ibrahim/EHV/TASS/PHILIPS)         Subject:        R

error performing DOMImplementation::createDocument

2003-01-16 Thread catharina . ibrahim
Hi, I try to create an XML DOM tree by writing these in msDev Visual C++ 6: 1        XMLCh* feature = XMLString::transcode("Core"); 2        DOMImplementation* impl = DOMImplementationRegistry::getDOMImplementation(feature); 3        XMLCh* docName = XMLString::transcode("XML Document Sample"); 4