• + 0 comments

    " XPath Selector for listing the format of the movies with popularity<8, in the same order as which they occur in the given XML. " "Fill in the blanks to complete the required XPath selector query"

    puts doc.elements.each("collection/movie[popularity/text()<8]/format/text()")