We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b948018 commit a3ef53fCopy full SHA for a3ef53f
exist-core/src/main/java/org/exist/dom/memtree/SAXAdapter.java
@@ -68,7 +68,7 @@ public void endDocument() throws SAXException {
68
69
@Override
70
public void startDocument() throws SAXException {
71
- builder.startDocument();
+ builder.startDocument(true);
72
if(replaceAttributeFlag) {
73
builder.setReplaceAttributeFlag(replaceAttributeFlag);
74
}
0 commit comments