>>>>> "Gareth" == Gareth Reakes <[EMAIL PROTECTED]> writes:
Gareth> Give us a shout if you need any help.
A few clarifications please:
First, the near-trivia:
I use Emacs for editing. I immediately notice the the indentation used
by default in Emacs C++ mode is not the same as that used in the
current sources. Can you (or anyone else) tell me what I should do to
get Emacs to use the same style (alternatively, if there is not a
fixed style, as they are all new files, I could just use the default
Emacs style).
More substantially:
With the Last Call draft, there are no longer methods to get and set
the ErrorHandler and EntityResolver directly. Rather you call
get/setParameter methods on the DOMConfiguration.
In the case of the error handler, I figure that all I need to do is to
get the DOMErrorHandler from the DOMConfiguration (which I initially
set just by calling the default DOMConfigurationImpl constructor) from
within the error method DOMParserImpl::error, and then everything else
will work unchanged. As I understand it (am I right?), the
AbstractDOMParser will call this method when an error occurs.
I haven't looked into the entity resolver business yet, but I guess it
will be something similar.
--
Colin Paul Adams
Preston Lancashire
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]