G
Guest
I have a simple XML file which is loaded into a XmlDocument, xDom. What the
number 1 after each element, for example <PA>, is called in XML concept? What
kind of C# function can be used to get this number? by GetValue? Thanks
David
<PA>1
<ST>1
<SE>1
<IM>1</IM>
<IM>2</IM>
</SE>
<SE>2
<IM>1</IM>
<IM>2</IM>
<IM>3</IM>
</SE>
</ST>
</PA>
number 1 after each element, for example <PA>, is called in XML concept? What
kind of C# function can be used to get this number? by GetValue? Thanks
David
<PA>1
<ST>1
<SE>1
<IM>1</IM>
<IM>2</IM>
</SE>
<SE>2
<IM>1</IM>
<IM>2</IM>
<IM>3</IM>
</SE>
</ST>
</PA>