Connecting Tech Pros Worldwide Forums | Help | Site Map

help on enumeration values

Newbie
 
Join Date: Oct 2006
Posts: 1
#1: Oct 6 '06
i want to get enumeration values from previously defined elements that looks something like that:

Expand|Select|Wrap|Line Numbers
  1. <STATES>
  2.       <STATE Name="ON"/>
  3.       <STATE Name="OFF"/>
  4. </STATES>
and then somehow to use the attribute names as enumeration values.
is that possible?

Reply