|
Subject: Re: [xsl] XSLT 2.0 matches function (Saxon) From: Marcin Miłkowski <milek_pl@xxxxx> Date: Mon, 08 Aug 2005 01:31:48 +0200 |
It would help to know what the run-time error is. It might mean nothing to you, but it probably means something to someone.
You haven't given any evidence that the select="beforebreak" is actually selecting the element you've shown.
<xsl:template match="//rule[@break='yes']">
<xsl:variable name="before" select="beforebreak"/>
<xsl:value-of select="$before"/>
<!-- xsl:value-of select='matches($segmented_file//Raw, $before)'/ -->
<xsl:apply-templates/>
</xsl:template>Cheers, Marcin
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] XSLT 2.0 matches function, Michael Kay | Thread | RE: [xsl] XSLT 2.0 matches function, Michael Kay |
| RE: [xsl] Count preceeding sibling , Michael Kay | Date | RE: [xsl] Count preceeding sibling , Taco Fleur \(@DataBr |
| Month |