RE: [xsl] getting xsl:with-param to work

Subject: RE: [xsl] getting xsl:with-param to work
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 21 Jan 2005 07:57:04 -0000
> <xsl:template match="/school">
> 
> <xsl:template match="/student">

match="/x" matches an x element at the outermost level of a document only.
So you're never going to have a /school and a /student in the same document.

Michael Kay
http://www.saxonica.com/

Current Thread