[xsd-users] Issue with XSD 4.2.0 - DOMDocument explicit namespacing
Harry Grace
hwgrace18 at gmail.com
Mon Nov 20 06:48:18 EST 2023
Hi,
Back in 2014 (
https://www.codesynthesis.com/pipermail/xsd-users/2014-September/004403.html,
https://www.codesynthesis.com/pipermail/xsd-users/2014-October/004448.html),
you addressed some ambiguous namespaces with msmxl in some of the xsd
headers when developing on Windows.
There seems to be some more using namespaces xercesc in the xml/dom txx
files which are causing conflicts when developing on Windows.
Two in parsing-source.txx, lines:
219 XSD_DOM_AUTO_PTR<DOMDocument> doc;
362 XSD_DOM_AUTO_PTR<DOMDocument> doc;
One in serialization-source.txx, line:
274 XSD_DOM_AUTO_PTR<DOMDocument> doc (
As noted in the older threads, some explicit xercesc:: namespacing would
resolve this issue.
Thanks,
Harry
More information about the xsd-users
mailing list