XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Bruce WallaceSubject: bug in with-param? or bad syntax?
Author: Bruce Wallace
Date: 23 Feb 2002 06:53 PM
I am getting unexpected results when passing a parameter to a named template and trying to select an attribute of that parameter.
It seems to correctly access the attribute for purposes of an if test, but not for selecting the actual value in a value-of tag.

Look at the attached XML/XSD/XSL files and see how the output I get (below) doesnt match the XSL:
{xsl:value-of select="$pix[@width]"/}

OUTPUT...
{img src="images/chipotle.gif"/}
{img width="spicerack.jpg" src="images/spicerack.jpg"/}


Applicationbug_report.xml
xml

Applicationbug_report.xsd
schema

Applicationbug_report.xsl
XSL

Postnext
Minollo I.Subject: Re: bug in with-param? or bad syntax?
Author: Minollo I.
Date: 23 Feb 2002 07:12 PM

>...
>Look at the attached XML/XSD/XSL files and see how the output I get
>(below) doesnt match the XSL:
>{xsl:value-of select="$pix[@width]"/}

You are trying to use the attribute value; you should do:
{xsl:value-of select="$pix/@width"/}

Minollo

Posttop
Bruce WallaceSubject: Re: bug in with-param? or bad syntax?
Author: Bruce Wallace
Date: 23 Feb 2002 07:53 PM
THANKS!

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.