Adobe
9A0-127 · Question #53
You are using the xmlSearch() function to retrieve data from an XML document. Which function signature most accurately describes the data types of the arguments?
The correct answer is A. xmlSearch(xml object, xpath). See the full explanation below for the reasoning.
Question
You are using the xmlSearch() function to retrieve data from an XML document. Which function signature most accurately describes the data types of the arguments?
Options
- AxmlSearch(xml object, xpath)
- BxmlSearch(string, xpath);
- CxmlSearch(string, regular expression)
- DxmlSearch(xml object, regular expression)
How the community answered
(55 responses)- A78% (43)
- B7% (4)
- C2% (1)
- D13% (7)
Community Discussion
No community discussion yet for this question.