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

Re: further question on creating an id

Subject: Re: further question on creating an id
From: naha@xxxxxxxxxx
Date: Wed, 06 Feb 2002 16:46:52 -0500 (EST)
creat xsl
Your example document isn't well-formed XML.


Quoting ªL ¤lªä <minikittygo@xxxxxxxxxxx>:

> hi there, i was wondering anyone could help me out on this question...
> suppose i have such structure...
> 
> <people>
> <male>
>   <person>
>     <name>
>       <first_name>Alan</first_name>
>       <last_name>Turing</last_name>
>     </name>
>     <profession>computer scientist</profession>
>     <profession>mathematician</profession>
>     <profession>cryptographer</profession>
>   </person>
>
>   <person>
>     <name>
>       <first_name>Richard</first_name>
>       <middle_initial>M</middle_initial>
>       <last_name>Feynman</last_name>
>     </name>
>     <profession>physicist</profession>
>     <hobby>Playing the bongoes</hobby>
>   </person>


**** missing a close tag for <male>
**** there was no open tag for <technic>

> </technic>
> 
> <female>
> <person>
>     <name>
>       <first_name>Shelia</first_name>
>       <middle_initial>M</middle_initial>
>       <last_name>Feynman</last_name>
>     </name>
>     <profession>mathematican</profession>
>     <hobby>Jogging</hobby>
>   </person>
> ...
> </female>
> </people>
> 
> my question is, i wish to transform it into a html format, is it
> possible 
> to add an id to all the profession? will i be able to have the same id
> for 
> identical profession? (e.g profession for mathematican will be the same
> 
> regardless whether it is in the male element or female element)if no, is
> 
> there a way to get round the problem? 

Is there any reason why you can't use the name of the profession as the id?

You could use a key which maped the name of a profession to the result
of doing generate-id() on the first profession element with that content.
I don't have my copy of Mike Kay's book handy so I can't provide the right
code for you now.  It should be easy enough to figure out though.  Read
about the XSLT "key" element and the "key" function.

> furthermore, i seen Andrew provide a solution for Yan for selecting an 
> element dynamically, however, i was wondering how would i achieve
> similiar 
> result using xalan and xerces?
> 
> many thanks
> 
> Kit
> 
> _________________________________________________________________
> ¨Ï¥Î MSN Messenger
> »PªB¤Í¦b½u¤W²á¤Ñ¡Ghttp://messenger.microsoft.com/tc¡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.