home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / win95 / xmlpad.exe / Readme.txt < prev    next >
Encoding:
Text File  |  1998-07-21  |  4.6 KB  |  110 lines

  1.       -------------------------------------------------------- 
  2.                  README for Microsoft XML Notepad Beta 1
  3.                           July 21st, 1998            
  4.       -------------------------------------------------------- 
  5.               (c) Copyright Microsoft Corporation, 1998 
  6.                           All rights reserved. 
  7.  
  8. This document provides complementary or late-breaking information to 
  9. supplement the documentation. You can also visit the Microsoft(R) Web site 
  10. for the latest information on XML Notepad at http://microsoft.com/xml.
  11.  
  12. ======== 
  13. CONTENTS 
  14. ======== 
  15.  
  16. 1. Installation Requirements:
  17.    1.1 Internet Explorer 4.01 SP1 or later is required
  18.  
  19. 2. IE 4/5 DOM Issues
  20.    2.1 Element/Attribute Tag Name Case issues
  21.    2.2 Well Formed XML source issues.
  22.    2.3 Tag name short representation.
  23.    2.4 Validation issues.
  24.    
  25.  
  26. 3. Known Bugs:
  27.    3.1 Uninstall doesn't remove icons from the Start Menu.
  28.    3.2 Namespaces are stripped out on loading.
  29.    3.3 Invalid XML Namespace declaration can result in GPF
  30.  
  31. =============================
  32. 1. Installation Requirements
  33. ============================= 
  34. 1.1 Internet Explorer 4.01 SP1 or later is required
  35.     Internet Explorer 4.01 with SP1 or later is necessary to run XML 
  36.     Notepad. If you have IE5 installed, you will be able to take advantage 
  37.     of features offered in both IE4 as well as IE5. See section 2 for more 
  38.     information on DOM related issues. NOTE: you do not need to have 
  39.     IE4/IE5 set as your default browser for XML Notepad to run.
  40.  
  41. =============================
  42. 2. IE 4/5 DOM Issues 
  43. =============================
  44. Note: if you have IE5 installed, you can force XML Notepad to revert to the
  45. IE4 DOM by deselecting the "Use IE 5DOM on existing XML Documents" option 
  46. from the Tools->Option menu.
  47.  
  48. 2.1 Element/Attribute Tag Name Case issues: 
  49.     If you are using XML Notepad on a system that has Microsoft Internet 
  50.     Explorer 4.01 w/SP1 installed, all Element and Attribute tag names will
  51.     be converted to uppercase on loading a file. On saving a file, all tag 
  52.     names are saved as displayed. 
  53.  
  54.     If you are using XML Notepad on a system that has Microsoft Internet 
  55.     Explorer 5 installed, case sensitivity is maintained on loading and 
  56.     saving a file. 
  57.  
  58. 2.2 Well Formed XML source:
  59.     Under both the IE4 and IE5 DOMs, a file has to be well formed if it is 
  60.     to be saved. The most common cause of a file not being well formed is a
  61.     missing element or attribute name, or invalid characters in the tag 
  62.     name. XML Notepad will point you to the source of non-conformance when 
  63.     you attempt to save a document.
  64.  
  65. 2.3 Shortcut Tag Names:
  66.     If you are running XML Notepad under the IE4 DOM, you can open files 
  67.     that are neither well formed nor valid. The IE4 DOM lets you end XML 
  68.     tags with </> rather than </elementname>. Files with shortcuts are 
  69.     converted into well formed XML on loading under the IE4 DOM. Opening 
  70.     and Saving a file that uses shortcut Tag names, will result in a well 
  71.     formed XML file.
  72.  
  73.     Tag name shortcuts are not allowed in the XML 1.0 standard. Under the 
  74.     IE5 DOM, files with shortcuts cannot be opened. 
  75.  
  76. 2.4 Validation issues:
  77.     Under the IE4 DOM: DTD validation is unavailable. 
  78.  
  79.     Under the IE5 DOM:
  80.      * DTD (Document Type Definition) validation occurs on loading a file. 
  81.        Since validation only occurs on loading a file (and not on save) it 
  82.        is possible to open a valid XML file, make non-DTD-conforming 
  83.        changes and then get an error on opening the file.
  84.  
  85.      * If the XML source does not conform to the DTD, a dialogue pointing 
  86.        to the source of non-conformance will appear. 
  87.  
  88.      * If the DTD is invalid, an error dialogue will appear pointing to the 
  89.        source of non-conformance.
  90.  
  91. =============================
  92. 3. Known Bugs:
  93. =============================
  94. 3.1 Uninstall doesn't remove icons from the Start Menu.
  95.  
  96. 3.2 Namespaces are stripped out from Element Tags on loading.
  97.     If you are using Namespace declarations in your XML file, under the IE5
  98.     DOM, the namespace prefix for each tag is stripped out on loading; this
  99.     can cause problems if you are using namespaces in your script. Under 
  100.     the IE4 DOM, namespaces are preserved (though validation does not 
  101.     occur.)
  102.  
  103. 3.3 Invalid XML Namespace declaration can result in GPF
  104.     If your XML Namespaces declaration is invalid e.g. using two valid 
  105.     namespace declarations that overlap the same tag e.g. 
  106.     "<old:title>Sir<new:title>" will result in a General Protection Fault.
  107.  
  108.  
  109.  
  110.