Subject: [xsl] difference between nameofelement and (nameofelement) From: Burghard Güther <xsl-list@xxxxxxxxxx> Date: Thu, 19 Aug 2004 22:38:06 +0200 |
what is the difference between "nameofelement" and "(nameofelement)" in XSL?
<xsl:with-param name="number" select="preceding::footnote/preceding::endnote" />
<xsl:with-param name="number" select="(preceding::footnote)/(preceding::endnote)" />
ps: Of course the given line is a reduced version. The full version is:
count( (preceding::footnote[@start] | preceding::endnote[@start])[position()=last()]/(preceding::footnote | preceding::endnote))
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Get value outside of for-, john lee | Thread | RE: [xsl] difference between nameof, Michael Kay |
RE: [xsl] Get value outside of for-, Passin, Tom | Date | RE: [xsl] Get value outside of for-, Michael Kay |
Month |