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

RE: few question regarding the use of id generation

Subject: RE: few question regarding the use of id generation
From: "Andrew Welch" <andrew@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Feb 2002 13:23:00 -0000
id generation

Hi,

generate-id() will generate a unique id for any element, so in your case the
first <c> will have a different generated id to the second <c>.

Do you really want to use generate-id() or do you want your output to have
different id's for elements (for classes in html, say) ??

>secondly, i know i might sound pretty stupid but is there a function in xsl
>that could do similar operation as the following sql command?
>select * from results where c="2";


If c were an attribute of results then:

<xsl:template match="results[@c='2']">
...

If c were a child/descendant of results then:

<xsl:template match="results[//c='2']">
...

Cheers

andrew


===


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of ªL ¤lªä
Sent: Tuesday, February 05, 2002 12:20 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  few question regarding the use of id generation


hi there:
i was wondering anyone could help me out on this question....

suppose i have such structures:-

<experiment>
<method>
<a>value1</a>
<b>value2</b>
<c>
   <d>vlaue</d>
   <e>value3</e>
</c>
<results>
<a>value1</a>
<b>value2</b>
<c>
   <d>vlaue</d>
   <e>value3</e>
</c>
</method>
...

Suppose i wish to generate an id for <c> in the results elemeny, i will
have to use gerate-id(c), however i was wondering whether an same id will
be generate in method/c (given that the value are the same). if not, is
there a way to generate the same id for both of them?

secondly, i know i might sound pretty stupid but is there a function in xsl
that could do similar operation as the following sql command?
select * from results where c="2";

Many thanks

Kit



_________________________________________________________________
¨Ï¥Î¥þ²y³Ì¦h¤H¨Ï¥Îªº¹q¤l¶l¥óªA°È MSN Hotmail¡A½Ð²¾¦Ü http://www.hotmail.com
¡C


 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.