Re: [xsl] outputing elements correctly .

Subject: Re: [xsl] outputing elements correctly .
From: Mulberry Technologies List Owner <xsl-list-owner@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Sep 2001 12:14:28 -0400
>Reply-To: mitko@xxxxxxx
>From: "Dimitar Peikov" <mitko@xxxxxxx>
>Subject: Re: [xsl] outputing elements correctly .
>Mime-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>Date: Thu, 13 Sep 2001 17:26:16 +0300
>Sender: mitko@xxxxxxx
>
>
>Heh, apply-templates allowes you to process tags from XML which match
>sub-nodes as names. To check lower nodes you must iterate all sub-root nodes
>like this :
>
><template match="/">
>	<xsl:for-each select="*">
>	   <xsl:if test="AMD:telegram"> ... </xsl:if>
>		...
>	</xsl:for-each>
></template>
>
>
>--
>Dimitar Peikov
>Programmer Analyst
>Globalization Group
>"We Build e-Business" 
>
>RILA Solutions 
>27 Building, Acad.G.Bonchev Str. 
>1113 Sofia, Bulgaria 
>
>phone: (+359 2) 9797320
>phone: (+359 2) 9797300
>fax:   (+359 2) 9733355 
>http://www.rila.com



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


Current Thread