In each case, bear in mind that there are literally thousands of possible correct answers, and we can't predict them all. Try to provide an answer which is both precise and concise.
In the following XML, type the most effective XPath that would get you from the blue bit to the red bit.
<biblStruct type="journalArticle" xml:id="wang_2006"> <analytic> <author> <name> <forename>J.</forename> <surname>Wang</surname> </name> </author> <title level="a">The changing roles of a language learning center at a residential liberal arts college in the midst of technological development</title> </analytic> <monogr> <title level="j">The IALLT Journal of Language Learning Technologies</title> <imprint> <biblScope type="vol">38</biblScope> <biblScope type="issue">1</biblScope> <biblScope type="pp">55-65</biblScope> <date when="2006"/> </imprint> </monogr> </biblStruct>
In the following XML, type the most effective XPath that would get you from the main <biblStruct> element bit to the orange bit.
<biblStruct type="journalArticle" xml:id="wang_2006"> <analytic> <author> <name> <forename>J.</forename> <surname>Wang</surname> </name> </author> <title level="a">The changing roles of a language learning center at a residential liberal arts college in the midst of technological development</title> </analytic> <monogr> <title level="j">The IALLT Journal of Language Learning Technologies</title> <imprint> <biblScope type="vol">38</biblScope> <biblScope type="issue">1</biblScope> <biblScope type="pp">55-65</biblScope> <date when="2006"/> </imprint> </monogr> </biblStruct>
In the following XML, type the most effective XPath that would get you from the main <biblStruct> element bit to the purple bit (the date value).
<biblStruct type="journalArticle" xml:id="wang_2006"> <analytic> <author> <name> <forename>J.</forename> <surname>Wang</surname> </name> </author> <title level="a">The changing roles of a language learning center at a residential liberal arts college in the midst of technological development</title> </analytic> <monogr> <title level="j">The IALLT Journal of Language Learning Technologies</title> <imprint> <biblScope type="vol">38</biblScope> <biblScope type="issue">1</biblScope> <biblScope type="pp">55-65</biblScope> <date when="2006"/> </imprint> </monogr> </biblStruct>
In the following XML, type the most effective XPath that would get you from the orange bit to the green bit.
<biblStruct type="journalArticle" xml:id="wang_2006"> <analytic> <author> <name> <forename>J.</forename> <surname>Wang</surname> </name> </author> <title level="a">The changing roles of a language learning center at a residential liberal arts college in the midst of technological development</title> </analytic> <monogr> <title level="j">The IALLT Journal of Language Learning Technologies</title> <imprint> <biblScope type="vol">38</biblScope> <biblScope type="issue">1</biblScope> <biblScope type="pp">55-65</biblScope> <date when="2006"/> </imprint> </monogr> </biblStruct>
In the following XML, type the most effective XPath that would get you from the red bit to the purple bit.
<biblStruct type="journalArticle" xml:id="wang_2006"> <analytic> <author> <name> <forename>J.</forename> <surname>Wang</surname> </name> </author> <title level="a">The changing roles of a language learning center at a residential liberal arts college in the midst of technological development</title> </analytic> <monogr> <title level="j">The IALLT Journal of Language Learning Technologies</title> <imprint> <biblScope type="vol">38</biblScope> <biblScope type="issue">1</biblScope> <biblScope type="pp">55-65</biblScope> <date when="2006"/> </imprint> </monogr> </biblStruct>