Hi,
 
I'm new to Xerces C++, first of all I don't know if this is the correct list to send my question, but I can't find detailed information about the purpose of this list.
 
Two questions:
 
* I readed about the 2 Xerxes interfices to DOM: DOM and IDOM, and as a C++ programer i feel more confortable with the IDOM interfice, and also I get a more eficience one.
Documentation says that IDOM is a experimental one, and that is subject to changes.
My question is: It is very experimental, and considerable changes are expected? Or is practically established, and only minor changes are expected?
 
*I have examining the IDOMPrint sample code and I don't understand very well the error managing system.
 
When the example creates the parser it associates a ErrorHandler. And I parse a invalid document with the sample I get called the corresponent ErrorHandler method.
 
But, also when the parse method is called, three exceptions are catched. Why, and when this exceptions can be raised if first the ErrorHandler is called?
If I associate a ErrorHandler routines can I safely no catch the exceptions?
 
And another question,  There are some introductory documentation or FAQ to the Xerxes C++?
(Excluding the reference and small introductory included with the official Xerces distribution)
 
Bye,
 
PD: Excusme for my litle level of english

Reply via email to