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

Re: [xsl] select attribute of xsl:variable


Subject: Re: [xsl] select attribute of xsl:variable
From: Hermann Stamm-Wilbrandt <STAMMW@xxxxxxxxxx>
Date: Wed, 1 Sep 2010 14:06:07 +0200

"textbox-head / textbox-body" mismatch.

$ cat textbox.xml
<textbox id="b0030" role="alt1">
    <textbox-head>
        <title>XXXXXXXXXXXXXX</title>
 </textbox-head>
</textbox>
$
$ xpath++ "/textbox/textbox-head/title/parent::textbox-body/parent::textbox
[@role]" textbox.xml
$
$ xpath++ "/textbox/textbox-head/title/parent::*/parent::textbox[@role]"
textbox.xml

-------------------------------------------------------------------------------
<textbox id="b0030" role="alt1">
    <textbox-head>
        <title>XXXXXXXXXXXXXX</title>
 </textbox-head>
</textbox>
$


Mit besten Gruessen / Best wishes,

Hermann Stamm-Wilbrandt
Developer, XML Compiler, L3
WebSphere DataPower SOA Appliances
----------------------------------------------------------------------
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294



From:       pankaj.c@xxxxxxxxxxxxxxxxxx
To:         xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Date:       09/01/2010 01:54 PM
Subject:    Re: [xsl] select attribute of xsl:variable



<textbox id="b0030" role="alt1">
    <textbox-head>
        <title>XXXXXXXXXXXXXX</title>
 </textbox-head>
</textbox>


With Case 1 I get correct output

<textbox aid:pstyle="TE A title" id="b0030" role="alt1">
..............


With Case 2 output is :

<textbox aid:pstyle="" id="b0030" role="alt1">


Empty aid:pstyle=""

I tried to display the value also and it gives me "EMPTY" in case second.

<xsl:text>{</xsl:text><xsl:value-of
select="$boxtype"/><xsl:text>}</xsl:text> GIVES {}.


Current Thread
Keywords
xml