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: Dynamically selecting Attributes


I'm trying to select an attribute dynamically based on another attributes'
value.  For example, given:

  <find target="name" />

  <record id="100" name="something" location="somewhere" />

I would like to be able to return the value of the attribute in <record>
that is named by the target attribute in the <find> element - the above
example would return "something" (since <find>'s target attribute specifies
"name" whose value in the <record> element is "something")

Ideas?  Much appreciation in advance as always - cheers,

 	  
Jeffrey J. Saylor 
Senior Internet Developer 
Wizard Finance Systems 
707 Mendham Blvd., Suite 104 
Orlando, FL 32825 
Phone: (407) 262-9000 Ext 266 
Fax: (407) 262-9010 
Email: jsaylor@wizardfinance.com <mailto:jsaylor@wizardfinance.com>  





 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]