|
Subject: Re: [xsl] would like to simplify my XSLT From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Mon, 29 Jan 2007 15:34:40 +0100 |
You are using translate(), which hints (imo) that you are using XSLT 1. Can you confirm? Or do you use XSLT 2 (this highly influences the answers you will get)?
<xsl:template match="* | text()">
<xsl:apply-templates />
</xsl:template> <xsl:template match="
person[document[
not(@relid =
../../../documents/document/@id)]]"> <person name="{name}" />
</xsl:template>Cheers, -- Abel Braaksma http://www.nuntia.nl
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] would like to simplify my, Abel Braaksma | Thread | Re: [xsl] would like to simplify my, Glen Mazza |
| Re: [xsl] would like to simplify my, George Cristian Bina | Date | Re: [xsl] would like to simplify my, David Carlisle |
| Month |