The template itself, <xsl:template match="Catalog/Book">. already selects all Book elements. Everything you put "in" there will be relative to that XPath.
確定! 回上一頁