|  | 
 
| The xml file format is as follows <? xml version = "1.0" encoding = "utf-8"?>
 <Vocation>
 <VocationTypeFather Value = "1000" Text = "Please select industry category">
 <VocationTypeSon Value = "2000" Text = "Please select a job category"> </ VocationTypeSon>
 </ VocationTypeFather>
 <VocationTypeFather Value = "1001" Text = "Computer Hardware">
 <VocationTypeSon Value = "2001" Text = "Network Engineer">
 <VocationTypeGrandson Value = "3001" Text = "Wiring Principle"> </ VocationTypeGrandson>
 </ VocationTypeSon>
 </ VocationTypeFather>
 </ Vocation>
 
 Excuse me, if I know the Value property of a node, how to get the Text property of the node, please give the code, thank you
 | 
 |