XML Parsers |  |
XmlShell uses an XML parser when
- Loading files.
- Checking well-formedness.
- Performing XSL Transform.
XmlShell supports the following three XML parsers:
Parser | Filename |
---|
MSXML 2.6 | msxml2.dll |
MSXML 3.0 | msxml3.dll |
MSXML 4.0 | msxml4.dll |
You can choose which parer to use via menu. Normally you want to go with the latest version of an XML parser, however, there are times you want to go back to older versions. For example, you want to test how an XSLT behaves in an legacy program that uses MSXML 2.6.See Also