syeshin | befd53e | 2005-07-27 18:16:40 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE html |
| 3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | <html> |
| 5 | <head> |
| 6 | <link rel="stylesheet" type="text/css" href="../../com.ibm.help.doc/swg_info_common.css" /> |
| 7 | <title>Limitations of XML Editor</title> |
| 8 | <script language="JavaScript"> |
| 9 | function popup_window( url, id, width, height ) |
| 10 | { |
| 11 | popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=,top=' ); |
| 12 | popup.focus(); |
| 13 | } |
| 14 | </script><script language="JavaScript" src="help/liveHelp.js"></script></head> |
| 15 | <body id="rlimitations_slushXML"><a name="rlimitations_slushXML"><!-- --></a> |
| 16 | |
| 17 | <h1 class="topictitle1">Limitations of XML Editor</h1> |
| 18 | <div><p>This section describes known product aspect limitations and workarounds.</p><div class="skipspace" id="rlimitations_slushXML__unresolv_URI"><a name="rlimitations_slushXML__unresolv_URI"><!-- --></a><p>The |
| 19 | behavior of the XML parser when encountering an unresolvable URI (for example, |
| 20 | in a DOCTYPE declaration) is to report a fatal IO error and stop any further |
| 21 | processing. An unresolved URI is seen neither as a syntactic nor a semantic |
| 22 | error and as such, the parser does not attempt to handle it. Essentially, |
| 23 | the document remains unchecked. This is a known problem.</p> |
| 24 | </div> |
| 25 | </div> |
| 26 | <div class="runningfooter"> |
| 27 | <br /> |
| 28 | (C) Copyright IBM Corporation 2000, 2004. All Rights Reserved. |
| 29 | <br /> |
| 30 | </div> |
| 31 | </body> |
| 32 | </html> |