You will find it easier to understand the books and tutorials on the subject, and to ask questions, if you learn the terminology of the data model. They aren't "sub tags", they are child elements.
If Territories is the context node, then the XPath expression select="*[2]|*[4]" retrieves the second and fourth child elements.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|