How to Retrieve XML With Specific Attributes
An XML document has standard tags you use to describe a list of data items. The "attributes" tag property lets you set additional values for your XML nodes. You can read XML documents with a third-party editor or Windows Notepad. You use these editors to view XML tags with specific attributes.
Instructions
-
-
1
Right-click the XML file you want to review and select "Open With." Click "Notepad" to open the XML file in the editor or choose your third-party editor in the list of programs.
-
2
Press the "Ctrl+F" keys to open a dialog window where you can search for a particular attribute. You can either search for "attribute" to find each record's attribute or search for a specific attribute value. Type a value in the "Find" dialog window and click "Find."
-
-
3
Review the attributes for the record and press "F3" if you want to scroll to the next XML record. Continue pressing "F3" until you view each attribute you want to verify.
-
1