mbeckerle commented on code in PR #7:
URL: https://github.com/apache/xerces-j/pull/7#discussion_r2021826430
##########
src/org/apache/xerces/parsers/AbstractDOMParser.java:
##########
@@ -362,7 +368,8 @@ protected void setDocumentClassName (String
documentClassName) {
// set document class name
fDocumentClassName = documentClassName;
- if (!documentClassName.equals (DEFAULT_DOCUMENT_CLASS_NAME)) {
+ if (!documentClassName.equals (DEFAULT_DOCUMENT_CLASS_NAME) ||
+ fIncludeLocationInfo) { // deferred nodes are not compatible with
location info capture.
Review Comment:
I modified features.xml with doc for this DOM feature.
Is there any other doc update I need to do?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]