Which method to use while working with XML fragments, instead of XML()?
A
XMLInterface()
B
XMLClass()
C
XMLList()
D
XMLArray()
Correct Answer: XMLList()
An XML fragment is an XML document with no single top-level root element. When working with XML fragments, use XMLList() instead of XML().