|
-
Mar 13th, 2008, 07:29 AM
#1
Thread Starter
Member
DOM parse - Get XML attributes
Hello.
I have an XML file and I need to get a list of all the attributes.
For example:
<FilterExpression Type="Restricted">RQWHERE</FilterExpression>
<FilterExpression Nb="ExcludePLAdjustment">.NOT</FilterExpression>
<FilterExpression Type="PostFilter">(DTOC(F_VALUE))</FilterExpression>
I need to get the Attribute name, eg "Type" and the Attribute eg "Restricted"
The attribute names vary throughout the XML so I need it to pick up all of them.
Any ideas?!?! Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|