blob: a48e5613d2def10af347764096fe8bc3e876dd40 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../com.ibm.help.doc/swg_info_common.css" />
<title>Limitations of XML Editor</title>
<script language="JavaScript">
function popup_window( url, id, width, height )
{
popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=,top=' );
popup.focus();
}
</script><script language="JavaScript" src="help/liveHelp.js"></script></head>
<body id="rlimitations_slushXML"><a name="rlimitations_slushXML"><!-- --></a>
<h1 class="topictitle1">Limitations of XML Editor</h1>
<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
behavior of the XML parser when encountering an unresolvable URI (for example,
in a DOCTYPE declaration) is to report a fatal IO error and stop any further
processing. An unresolved URI is seen neither as a syntactic nor a semantic
error and as such, the parser does not attempt to handle it. Essentially,
the document remains unchecked. This is a known problem.</p>
</div>
</div>
<div class="runningfooter">
<br />
(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.
<br />
</div>
</body>
</html>