Re: Evaluatable XPath. ( XPath extensions ).

Subject: Re: Evaluatable XPath. ( XPath extensions ).
From: Sydney <moisi_fr@xxxxxxxx>
Date: Thu, 18 May 2000 16:59:05 +0200 (CEST)
Hi

> <cfg>
> <eng> <text> English text </text> </eng>
> <ru> <text> Russian text </text> </ru>
> </cfg>

Why not writing this like that

<cfg>
<text xml:lang="ENG">English text</text>
<text xml:lang="RU">Russian text</text>
</cfg>

<xsl:template match="cfg/text[@xml:lang = $lang]>
</xsl:template>

I'm a newbie, so It can be false

Sydney

___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread