Hello
In the code of XercesDocumentBridge, why the following
methode :
----------------------------------------------------------
XalanNode* XercesDocumentBridge::createBridgeNode(
const DOM_Node& theXercesNode,
unsigned long theIndex,
bool mapNode) const
----------------------------------------------------------
don't handle the DOM_Node::XML_DECL_NODE ?
This cause an assert at run time in my application.
So, am i wrong including a XML_DECL_NODE in my XML document
(i'm not realy good at XML specification in general :), or is it a bug ?
note : i'm still using an old version of Xalan, i couldn't download
the 1.2 version
Regards.
benoit lefevre.