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)
 
A little overview of some new extensions © copyright 2004  Bitflux GmbH