If you need to quickly edit or browse XML files, even big complex ones, then you may want to download the freebie
Microsoft XML Notepad 2007. It's essentially a tree-view editor/browser, with nice search, move/nudge, drag and drop, and more. It also supports search and replace using regular expressions and XPath, and has a diff tool that you can use to compare XML files. And very cheap too, just download it!
--- Ben
bummer.
"An error occurred while Parsing an XML document. Content is not allowed in prolog"
...and sure enough when I viewed the xml in VI, XML notepad had added special characters before the opening node.
Is there something I need to do to prevent this from happening? In the XML the opening declaration was:
<?xml version="1.0" encoding="UTF-8"?>