office-gobmx/unoxml
Michael Stahl d76639d5d8 xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":
add namespace data member to CAttr.
 CAttr overrides getPrefix(), setPrefix(), getNamespaceURI().
 CDocument::createAttributeNS() uses this new CAttr member instead of creating
  a dummy carrier element.
 CElement::setAttributeNode_Impl_Lock() and CNode::appendChild() do not free
  the no longer existing dummy carrier element.
 CNode::insertBefore() calls appendChild() for attributes
  instead of ignoring namespace.
 CNode::appendChild() does not invalidate attributes, because they are copied.
2011-01-19 20:27:28 +01:00
..
prj xmlfix3: unoxml seems to have wrong dependencies 2011-01-19 20:27:14 +01:00
qa/complex/unoxml sb123:#i111449# cleanups in unoxml qa/complex tests 2010-06-07 14:50:32 +02:00
source xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes": 2011-01-19 20:27:28 +01:00
test sb118: #i109791# improved CPPUNIT_CFLAGS handling 2010-03-04 22:13:08 +01:00