Should all of the unimplemented DOM functions throw exceptions? For example:
XalanNodeList*
XalanSourceTreeElement::getElementsByTagName(const XalanDOMString &)
const
{
return 0;
}
I would expect this to throw a not implemented exception.
Cheers,
Brian
