|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Problem with attributes
Hi !
Thanks for your solution. It worked !!
One more help please...
If I also want to pass the name of the current node, such as 'volume' or
'chapter', how do I do it in my xsl ?
I tried using the name() function, but it gave me an error saying
"Unknown function".
This is the code I used :
<xsl:for-each select="volume">
<a>
<xsl:attribute name="href">
XMLGenServlet1?num=<xsl:value-of select="@no" />,
node=<xsl:value-of select="name()" />
</xsl:attribute>
<xsl:value-of select ="title"/><br/>
</a>
Thanks in advance.
Regards,
Seema Kumar
----- Original Message -----
From: "Student1 ASCO-ELK (RBJE/ELK)" <Student1.ASCO-ELK@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, May 23, 2001 11:36 AM
Subject: RE: Problem with attributes
> hi
>
> just try
> <xsl:for-each select="chapter">
> <a>
> <xsl:attribute name="href">
> XMLShowLevel?num=<xsl:value-of select="@num" />
> </xsl:attribute>
> </a>
> </xsl:for-each>
>
> i am not sure if this {@num} works properly in every case, but the
solution
> above
> should work fine.
>
> regards goose
>
> -----Original Message-----
> From: Seema Kumar [mailto:2kseema@xxxxxxxxxxxxxxxxxxxx]
> Sent: Thursday, May 24, 2001 1:19 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Problem with attributes
>
>
> Hi all !
>
> I had posted a similar question yesterday, but failed to get a proper
> solution. I have the following lines inserted in my xsl :
> <xsl:for-each select="chapter">
> <a href="XMLShowLevel?num={@num} "><xsl:value-of select="title"/></a>
>
> However, when the servlet XMLShowLevel is called it refuses to get the
> value of the attribute num as parameter. It just gets the string "{@num}"
> and not the value. Could somebody help me with this ?
>
> Also could anyone provide me with any sample implementation of a Table of
> Contents where it is viewed level by level ?
>
> Thanks in advance
> Seema
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








