Subject: RE: Transforming an XML document where the content isn't in a special tag
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 17 Aug 2005 15:08:08 +0100
|
When xsl:apply-templates specifies a mode, the only xsl:template rules that
are candidates for a match are those that specify the same mode name.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Noam Raphael [mailto:noamraph@xxxxxxxxx]
> Sent: 17 August 2005 15:02
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: Transforming an XML document where the
> content isn't in a special tag
>
> Thank you very much! It worked very well.
>
> Would you mind explaining what 'mode="across"' means?
>
> Noam
|