This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: attributes of a parent node


Im not sure whether u want the number attribute in ur question element to
determine ur numbering.If not,there was a question similar to this which was
answered by Ken Holman.Please check the archives.Using the xsl:number to
generate ur numbering will be good.But if you need your number attribute to
be accessed within the child node,you can use .. or parent:: axis specifier 

Francis

 
 
> 
> I want to get an output of:
> 
> 1. What is your phone number?
> 	1.1 Home phone number?
> 	1.2 Work phone number?
> 2. What is your name?
> 	2.1 First name?
> 	2.2 Last name?
> 
> In the example I want to get to the number attribute of the 
> question while
> working within a subquestion.
> How can this be done?
> 
 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]