Beta 1.5
May 15, 1999
This document provides complementary or late-breaking information about XML Notepad to supplement the documentation.
Contents
Microsoft® Internet Explorer 4.01 with Service Pack 1 or later is necessary to run XML Notepad. If you have Internet Explorer 5 installed, you will be able to take advantage of features offered in both Internet Explorer 4.0 as well as 5.0. See Internet Explorer 4.0/5.0 Object Model Issues for more information.
Installing Internet Explorer 4 and the Redistributable MSXML.DLL is equivalent to running XML Notepad under Internet Explorer 5.
Note: You do not need to have Internet Explorer 4.0 or 5.0 set as your default browser for XML Notepad to run.
If you have Internet Explorer 5 installed, you can force XML Notepad to revert to the Internet Explorer 4.0 object model by cancelling the selection of the "Use IE5 DOM on existing XML Documents" option from the Tools/Option menu.
If you are using XML Notepad on a system that has Microsoft Internet Explorer 4.01 with Service Pack 1 installed, all element and attribute tag names will be converted to uppercase on loading a file. On saving a file, all tag names are saved as displayed.
If you are using XML Notepad on a system that has Microsoft Internet Explorer 5 installed, case sensitivity is maintained on loading and saving a file.
Under both the Internet Explorer 4.0 and 5.0 object models, a file has to be well formed if it is to be saved. The most common cause of a file not being well formed is a missing element or attribute name, or invalid characters in the tag name. XML Notepad will point you to the source of non-conformance when you attempt to save a document.
If you are running XML Notepad under the Internet Explorer 4.0 object model, you can open files that contain minimized end tags for example </> instead of </elementname>. Files containing this shortcut are not compliant with the XML 1.0 standard, but can be successfully loaded with the Internet Explorer 4.0 object model. Saving such a file will convert minimized end tags to complete end tags, resulting in a well-formed XML file.
Under the Internet Explorer 5 DOM (Document Object Model), files with minimized end tags cannot be opened.
Under the Internet Explorer 4.0 OM, DTD (Document Type Definition) validation is unavailable.
Under the Internet Explorer 5 DOM:
The main purpose of the Beta 1.5 release is increased compatibility with Internet Explorer 5. In addition the following features have been added:
End-of-line characters are visible in the View Source window. If you are using Internet Explorer 4.0 with Service Pack 1, you may notice that extraneous block characters are displayed at the end of every line. These characters do not affect your data in any way. However, if you would like to avoid seeing the characters, you will need to upgrade to Internet Explorer 5.