Interoperability
- Interop between DOM, XSLT, SimpleXML and XMLReader possible
- "Cheap" and fast copies (zero-copy)
- dom_import_simplexml(), simplexml_import_dom()
- $domnode = $xmlreader->expand()
- $xslt->importStylesheet($xsldom),$xslt->transformToDoc($dom)