We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Querying XML Datastores with XPath - 6
Querying XML Datastores with XPath - 6
Sort by
recency
|
7 Discussions
|
Please Login in order to post a comment
puts doc.elements["collection/movie[contains(\description, 'bit')]/@title"]
puts doc.elements["collection/movie[@title='Trigun']/@title"] this is for the example. This is for the code submission: puts doc.elements["collection/movie[contains(/description,'bit')]/@title"]
Here is Querying XML Datastores with XPath -6 problem solution - https://www.gyangav.com/2022/11/hackerrank-querying-xml-datastores-with-xpath-6-problem-solution.html