[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: RE: [xsl] Making parent dissappear when a child doesnt exist.
From: <mayuresh.kadu@xxxxxxxxx>
Date: Mon, 21 Feb 2005 12:35:30 +0530

Marian.

Thanks for the reply. Further query - will this work even if mandatorytag1/2/3
are children of yourdesiredtag ?

- Mayuresh


> -----Original Message-----
> From: Marian Olteanu [mailto:mou_softwin@xxxxxxxxx]
> Sent: Monday, February 21, 2005 12:27 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] Making parent dissappear when a child doesnt exist.
>
>
> <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
>
>



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.


Current Thread
Keywords