You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Kristian Ivarsson (JIRA)" <xe...@xml.apache.org> on 2009/04/16 11:34:14 UTC

[jira] Created: (XERCESC-1864) WFXMLScanner cannot expand entities

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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org