RE: Dynamically selecting Attributes

Subject: RE: Dynamically selecting Attributes
From: Jeff Saylor <JSaylor@xxxxxxxxxxxxxxxxx>
Date: Fri, 13 Oct 2000 11:35:24 -0400
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@xxxxxxxxxxxxxxxxx <mailto:jsaylor@xxxxxxxxxxxxxxxxx>  





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


Current Thread