Hi,

Does this look like an error in xalan to anyone else?

On Sun, 17 Jun 2001 20:53, Peter Donald wrote:
> [stylebook] ; SystemID: sbk:/style/stylesheets/document2html.xsl; Line#:
> 99; Column#: 60 [stylebook] ; SystemID:
> sbk:/style/stylesheets/document2html.xsl; Line#: 99; Column#: 60
> [stylebook] javax.xml.transform.TransformerException: Unknown error in
> XPath [stylebook]     at org.apache.xpath.XPath.bool(Unknown Source)
> [stylebook]   at org.apache.xalan.templates.ElemIf.execute(Unknown Source)


for

<xsl:for-each select="header/authors/person">
  <a href="mailto:{@email}";><xsl:value-of select="@name"/></a>
  <xsl:if test="not(position()=last())">, </xsl:if>
</xsl:for-each>

The XPath query looks fine to me ... So should I send a bug report or what?



Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to