Re: [xsl] Where is the attribute?

Subject: Re: [xsl] Where is the attribute?
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Fri, 17 Dec 2004 20:37:02 +0100
Perhaps $xsd-match-node is not the xs:element element, but a document node
that's the parent of the xs:element element. Certainly if this were the case
it would explain your output.

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

Try the following to test Michaels suggestion:


<MIN><xsl:value-of select="$xsd-match-node/xsl:element/@minOccurs"/></MIN>

Cheers

Current Thread