(b) is correct
-- Tom
Bernhard Zwischenbrugger wrote:
> On Fri, 02 Feb 2001, you wrote:
>
>> I'm not sure I'm understand what's going on, but you may use the
>> attribute condition in 'match' attribute to
>>
>> <xsl:template match='meta[@id="Author"]'/>
>>
> If got it:
> <xsl:template match="meta/[@id='Author']"/>
> vs.
> <xsl:template match="meta[@id='Author']"/>
>
> there is only a very little difference.
> transformiix likes the first syntax.
> I don't know the w3c syntax.
>
>
>
> bernhard
>
>