Which method to use while working with XML fragments, instead of XML()?
Which method to use while working with XML fragments, instead of XML()? 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().