<<< Previous question <<< Question ID#0498.md >>> Next question >>>
How would you change a SimpleXMLElement object into a DOMElement? (choose two)
- A) using dom_import_simplexml()
- B) convert SimpleXMLElement to XML, then create a DOMElement from the XML
- C) using simplexml_export_dom()
- D) SimpleXMLElement::asDom()
Answer
Answer: A