Re: [xsl] Making parent dissappear when a child doesnt exist.

Subject: Re: [xsl] Making parent dissappear when a child doesnt exist.
From: Marian Olteanu <mou_softwin@xxxxxxxxx>
Date: Sun, 20 Feb 2005 22:56:37 -0800 (PST)
<xsl:template match="yourdesiredtag">
   <xsl:if test="mandatorytag1 or mandatorytag2 or mandatorytag2">
     <xsl:copy-of select="."/>
   </xsl:if>
</xsl:template>

--- mayuresh.kadu@xxxxxxxxx wrote:

> 
> hi all,
>  
> i am brand new to the list. So hello all. Am posting my first question. I have a situation where
> i have a parent tag with a few child tags, some of which are mandatory. I am looking to write an
> XSLT so that my if all the mandatory children tag come in empty, my output XML should not render
> the parent itself.
>  
> Any inputs? 
>  
> tia
>  
> - Mayuresh
> 
> 
> 
> Confidentiality Notice 
> 
> The information contained in this electronic message and any attachments to this message are
> intended
> for the exclusive use of the addressee(s) and may contain confidential or privileged
> information. If
> you are not the intended recipient, please notify the sender at Wipro or Mailadmin@xxxxxxxxx
> immediately
> and destroy all copies of this message and any attachments.
> 


=====
Marian
http://www.utdallas.edu/~mgo031000/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread