This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: outputing elements correctly .


>Reply-To: mitko@rila.bg
>From: "Dimitar Peikov" <mitko@rila.bg>
>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@rila.bg
>
>
>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]