xsl-list
[Top] [All Lists]

Re: Making parent dissappear when a child doesnt exist.

2005-02-20 23:56:37
<xsl:template match="yourdesiredtag">
   <xsl:if test="mandatorytag1 or mandatorytag2 or mandatorytag2">
     <xsl:copy-of select="."/>
   </xsl:if>
</xsl:template>

--- mayuresh(_dot_)kadu(_at_)wipro(_dot_)com 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(_at_)wipro(_dot_)com
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 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>