marcello62
Technical User
Hi there,
I use the XMLTextReader class to process an .XML file. To keep things simple I'll list one line of a test file:
<CUSTOMER ID="1">
I use the XMLTextReader.Name method to return "CUSTOMER"
I use the XMLTextReader.GetAttribute() method to return "1"
Now I'm looking for some way to return "ID". But I can't seem fo find any method of the XMLTextReader class being able to get this done. Does anyone have a suggestion?
Any help will be greatly appreciated,
Thanks
I use the XMLTextReader class to process an .XML file. To keep things simple I'll list one line of a test file:
<CUSTOMER ID="1">
I use the XMLTextReader.Name method to return "CUSTOMER"
I use the XMLTextReader.GetAttribute() method to return "1"
Now I'm looking for some way to return "ID". But I can't seem fo find any method of the XMLTextReader class being able to get this done. Does anyone have a suggestion?
Any help will be greatly appreciated,
Thanks