[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: element values don't display with value-of

Subject: Re: element values don't display with value-of
From: "Ritu" <rkama@xxxxxxxxxxx>
Date: Fri, 1 Nov 2002 11:00:51 -0600
sax element value
Your context is changed to sources/source within <xsl:for-each
select="sources/source">.
So Try
<xsl:value-of select="." /> instead of <xsl:value-of select="source"/> to
print the value of current node


Ritu

----- Original Message -----
From: <penfool@xxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, November 01, 2002 10:52 AM
Subject:  element values don't display with value-of


> I'm having a problem getting element values to display.
> Here is the XML structure:
>
> articles
> article
> name /name
> description /description
> bodyblock
> summary /summary
> analysis /analysis
> sources
>      source /source
>      source /source
>      source /source
> /sources
> /bodyblock
> /article
> /articles
>
> When a bodyblock node is the current context, I call the
> following template to show the sources:
>
> <xsl:template name="list-sources">
> <xsl:for-each select="sources/source">
> <xsl:value-of select="source" />  (value here)
> <br/>
> </xsl:for-each>
> </xsl:template
>
> Since I get the correct number of "(value here)" lines
> for each bodyblock in the results, the source elements
> are obviously being parsed, but none of the source
> values show up. Am I missing something obvious here? I
> am doing the same thing for other nodes (article,
> bodyblock)and those work fine.
>
> I'm using Forte/JSP for development with SAX as the
> parser.
>
> Thanks,
> Graham Tillotson
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.