100N/AThis is the DOM library that is going to provide
100N/AInkscape with a w3c DOM-idl interface, hopefully
100N/Aaiding in scripting and animation.
100N/AThe name 'Phoebe' in inherited from an older project
100N/Awhich had its own DOM implementation. The name itself
100N/AThe library is intended to be 'vanilla' and generic. The
100N/Alibrary has its own parser, even if it is not used.
100N/AThe base code should never be modified to be Inkscape-specific.
100N/AIt should not have any dependencies beyond STL, nor
100N/Ashould it veer away from adherence to the W3C DOM APIs.
100N/AThe most common usage of this library would probably be
100N/Aitem would inherit and extend org::w3c::dom::Node, and modify
100N/Athe behaviour of the getters and setters for its attributes.