|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to check parent node is available in XSL.
Hi Arul, Your context node is label. So you could write the following syntax to check if a parent element exists.. <xsl:if test="parent::*"> <!-- instructions --> </xsl:if> If you want to specifically check for Box element, you should write <xsl:if test="parent::Box"> <!-- instructions --> </xsl:if> Regards, Mukul On 8/26/05, Arulraj <p_arulraj@xxxxxxxxx> wrote: > Hi, > > I am having the following XML. > > <Box id="$Output-Mitarbeiter" > > <Box id="$Daten-Mitarbeiter"> > <label id="a_$Uerid"> > <value>test</value> > </label> > </Box> > > From the label, i want to check whether it got its > parent node. > > Regards, > Arul
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








