Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > b3bdfe6d859a3d6920ff2c44b38e9a6f > files > 31

saxon-manual-9.4.0.9-2.mga7.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="../../make-menu.xsl" type="text/xsl"?><html>
   <head>
      <this-is section="changes" page="intro" subpage="sourcedocs-94"/>
      <!--
           Generated at 2011-12-09T20:47:22.916Z--><title>Saxonica: XSLT and XQuery Processing: Reading source documents</title>
      <meta name="coverage" content="Worldwide"/>
      <meta name="copyright" content="Copyright Saxonica Ltd"/>
      <meta name="title"
            content="Saxonica: XSLT and XQuery Processing: Reading source documents"/>
      <meta name="robots" content="noindex,nofollow"/>
      <link rel="stylesheet" href="../../saxondocs.css" type="text/css"/>
   </head>
   <body class="main">
      <h1>Reading source documents</h1>
      <p>During 2011, W3C have taken steps to reduce the burden of meeting requests for commonly-referenced
                      documents such as the DTD for XHTML. The W3C web server is routinely rejecting such requests, causing
                      parsing failures. In response to this, Saxon now includes copies of these documents within the issued
                      JAR file, and recognizes requests for these documents, satisfying the request using the local copy.
                      For details see <a class="bodylink" href="../../sourcedocs/w3c-dtds.xml">References to W3C DTDs</a>.</p>
      <p>In addition, Saxon 9.4 command line interfaces have been enhanced with a new option,
                      <code>-catalog:filename</code> that causes URIs and public identifiers to be resolved by reference
                      to an OASIS catalog. For details see <a class="bodylink" href="../../sourcedocs/xml-catalogs.xml">Using XML Catalogs</a>.</p>
      <p>The PTree now retains the is-id and is-idref properties of attributes. This has been done by using previously unused bits;
                      since the old <a class="bodylink" href="../../javadoc/com/saxonica/ptree/PTreeReader.html"><code>PTreeReader</code></a> can read the new format, 
                      and the new <a class="bodylink" href="../../javadoc/com/saxonica/ptree/PTreeReader.html"><code>PTreeReader</code></a> can read the old format,
                      no new version number has been introduced.</p>
      <table width="100%">
         <tr>
            <td>
               <p align="right"><a class="nav" href="xp30-94.xml">Next</a></p>
            </td>
         </tr>
      </table>
   </body>
</html>