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

Re: Acces nodes [help]

Subject: Re: Acces nodes [help]
From: Ana Gaspar Martínez <annagaspar@xxxxxxxxx>
Date: Mon, 31 Oct 2005 10:20:30 +0100
acces nodes
Michael Kay wrote:

This will fail because your input document is not wellformed XML: element
names must start with a letter.

When reporting that things fail, it's always a good idea to quote the error
message. You may not understand it, but it's likely that others will. And it
might be failing for some reason quite unrelated to the above. For example,
you might have failed to declare a variable called $number; or current()
might be the wrong node (you give no indication of the context of your XPath
expression).

Michael Kay
http://www.saxonica.com/




-----Original Message-----
From: Ana Gaspar Martmnez [mailto:annagaspar@xxxxxxxxx] Sent: 31 October 2005 08:47
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Acces nodes [help]


Well, i'm newest at xstl. I've a file like:
<list>
<word>
<word1>
<1>house</1>
<2>cat </2>
</word1>
</word>
<word>
<word2>
<1><little</1>
<2> bigger</2>
</word2>
</word>
</list>
And in a xml file i could find <find-list> word1</find-list>. The number of the list(1,2,..) is save in a param of the xslt file.
In this example i had to obtain house or cat(it depends of the param value). I try it with the follow sentence but it doesn't run:
document('../list.xml')//*[name()=current()/.]/*[name()=$number]/.
What's fail?




Well, sorry about me. I write 1, 2 here, in the file i wirte one ,two, ..etc. I write the value of number and current() and they are ok. :(

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.