[ 
http://nagoya.apache.org/jira/browse/XERCESC-1303?page=comments#action_56471 ]
     
Karl Schultz commented on XERCESC-1303:
---------------------------------------

This appears to be fixed in CVS for DOMNodeIterator, but not DOMTreeWalker.  I 
noted that both were affected in the problem description, but the testcase I 
supplied only demonstrated the problem for DOMNodeIterator.  I think that if 
you simply replace the node iterator with the tree walker in my supplied 
testcase, you will see the problem there as well.  

> NodeIterator and TreeWalker ExpandEntityReferences not implemented
> ------------------------------------------------------------------
>
>          Key: XERCESC-1303
>          URL: http://nagoya.apache.org/jira/browse/XERCESC-1303
>      Project: Xerces-C++
>         Type: Bug
>   Components: DOM
>     Versions: 2.6.0
>  Environment: not platform specific
>     Reporter: Karl Schultz
>  Attachments: files.zip
>
> There is an entityReferenceExpansion parameter on 
> DOMDocumentTraversal::createNodeIterator and 
> DOMDocumentTraversal::createTreeWalker.  It can be set and retrieved, but 
> does not seem to have any effect on the behavior of the NodeIterator or 
> TreeWalker.  They both behave as if the parameter had been set to true, 
> regardless of the value of the parameter.  My reading of the source code 
> suggests that this feature was simply not implemented, or there is some other 
> bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to