Does anybody have a quick and dirty method for identifying the tokens that are defined in a given attribute within an XML item?
For example, given the following . . .
With this, I want to be able to stick in a list box for the user to select either the "to" or "from" token to view the value of that token.
I can get to the attribute name itself . . . i.e. configuration, prod, or emailaddr. But I am specifically trying to get to the tokens within an attribute.
Thanks kindly!
Stay Cool Ya'll!![[smile2] [smile2] [smile2]](/data/assets/smilies/smile2.gif)
-- Kristin
For example, given the following . . .
Code:
<configuration/>
<prod/>
<emailaddr to="somename@someurl.com" from="somename@someurl.com">
With this, I want to be able to stick in a list box for the user to select either the "to" or "from" token to view the value of that token.
I can get to the attribute name itself . . . i.e. configuration, prod, or emailaddr. But I am specifically trying to get to the tokens within an attribute.
Thanks kindly!
Stay Cool Ya'll!
![[smile2] [smile2] [smile2]](/data/assets/smilies/smile2.gif)
-- Kristin