Which of the following parts must a XML document have in order to be well-formed?
Which of the following parts must a XML document have in order to be well-formed?
Which of the following can be registered as entry points with a SoapServer instance (choose 2):
Which of the following can be registered as entry points with a SoapServer instance
(choose 2):
Which of the following statements about SOAP is NOT true?
Which of the following statements about SOAP is NOT true?
What SimpleXML function is used to parse a file?
What SimpleXML function is used to parse a file?
How can the value of <foo> tag accessed? <?xml version=’1.0′?
The XML document below has been parsed into $xml via SimpleXML. How can the value of
<foo> tag accessed? <?xml version=’1.0′?> <document> <bar> <foo>Value</foo> </bar>
</document>
What parsing methodology is utilized by the SimpleXML extension?
What parsing methodology is utilized by the SimpleXML extension?
How can the id attribute of the 2nd baz element from the XML string below be retrieved from the SimpleXML obje
How can the id attribute of the 2nd baz element from the XML string below be retrieved from
the SimpleXML object found inside $xml? <?xml version=’1.0′?> <foo> <bar> <baz
id=”1″>One</baz> <baz id=”2″>Two</baz> </bar> </foo>
How can a SimpleXML object be converted to a DOM object?
How can a SimpleXML object be converted to a DOM object?
What is the method used to execute XPath queries in the SimpleXML extension?
What is the method used to execute XPath queries in the SimpleXML extension?
Which of the following statements are FALSE?
Which of the following statements are FALSE?