Re: An exception occurred! Type:UTFDataFormatException: why??

2003-07-25 Thread Oliver Kurowski
Hello! The problem may be the encoding the xml file is in. When you use standard windows editors, you can't change the encoding and it defaults to the windows standard, win-1252, which is the same for th 7 bit ascii standard, but not for the german special characters. Hope that helps, Oliver An

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

2003-01-16 Thread Oliver Kurowski
Hello Catharina! Perhaps here comes SAX in. In my opinion, though I'm not an expert, too, you can use the XMLFormatter interface to write the XML output (at least it does the character conversion XML needs. The advantage is that there is no need to hold the complete DOM tree in memory, since you w

Re: Using latest nightly build?

2003-01-11 Thread Oliver Kurowski
course that you won't be able to use MS XML but usually you use Xerces instead ;) Oliver - Original Message - From: "Tinny Ng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Oliver Kurowski" <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003

Re: Using latest nightly build?

2003-01-09 Thread Oliver Kurowski
problem when you hoist everything in the Xerces namespace, > because this forward declaration is not in the Xerces namespace. > > Dave > > > > > "Oliver > Kurowski"To: <[EMAIL PROTECTED]> >

Using latest nightly build?

2003-01-09 Thread Oliver Kurowski
ed in my header after including all DOM header files "XERCES_CPP_NAMESPACE_USE". But now the compiler tells me that DOMDocument (which was used right after DOMElement) was declared twice. Any suggestions to get this to work? I'm using MS Visual Studio .NET. Thanks for the h