WFXMLScanner cannot expand entities
------------------------------------
Key: XERCESC-1864
URL: https://issues.apache.org/jira/browse/XERCESC-1864
Project: Xerces-C++
Issue Type: Bug
Components: Documentation
Affects Versions: 3.0.1
Environment: xerces-c-3.0.1-x86-windows-vc-8.0
Reporter: Kristian Ivarsson
Priority: Minor
This might be a DOM-defect (as well)
Setup:
...
DOMLSParser::getDomConfig::setParameter( xercesc::XMLUni::fgDOMValidate, false
);
DOMLSParser::getDomConfig::setParameter( xercesc::XMLUni::fgXercesScannerName,
xercesc::XMLUni::fgWFXMLScanner );
DOMLSParser::getDomConfig::setParameter( xercesc::XMLUni::fgDOMEntities, false
);
...
Parse an XML with an entity-reference and the result is "entity 'MY_ENTITY' not
found". This might be correct behaviour, but the documentation are a bit fuzzy
and not clear about what the scanner can or can't do
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]