9b9bc7461e
XForms replace doesn't work because:
CDocument::IsChildTypeAllowed() tests that the document node does not
already have an element child, because only one is allowed - but when
called from CNode::replaceChild(), the existing child will be removed,
so that needs to be allowed to proceed (check that removed child is
also element).
(regression from commit
|
||
---|---|---|
.. | ||
inc | ||
qa | ||
source | ||
CppunitTest_unoxml_domtest.mk | ||
IwyuFilter_unoxml.yaml | ||
JunitTest_unordf_complex.mk | ||
JunitTest_unoxml_complex.mk | ||
Library_unordf.mk | ||
Library_unoxml.mk | ||
Makefile | ||
Module_unoxml.mk | ||
README.md |
UNO Wrappers for XML Services
Contains UNO wrappers for XML services including DOM, RDF and XPath.