Sophie

Sophie

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

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="extensions" page="output-extras" subpage="suppress-indentation"/>
      <!--
           Generated at 2011-12-09T20:47:22.916Z--><title>Saxonica: XSLT and XQuery Processing: The saxon:suppress-indentation attribute</title>
      <meta name="coverage" content="Worldwide"/>
      <meta name="copyright" content="Copyright Saxonica Ltd"/>
      <meta name="title"
            content="Saxonica: XSLT and XQuery Processing: The saxon:suppress-indentation attribute"/>
      <meta name="robots" content="noindex,nofollow"/>
      <link rel="stylesheet" href="../../saxondocs.css" type="text/css"/>
   </head>
   <body class="main">
      <h1>The saxon:suppress-indentation attribute</h1>
      <p>When the output method is XML with <code>indent="yes"</code>, the <code>saxon:suppress-indentation</code> attribute may
                              be used to suppress indentation for certain elements. The value is a whitespace-separated list of element names. The attribute follows
                              the same conventions as <code>cdata-section-elements</code>: values specified in separate <code>xsl:output</code>
                              or <code>xsl:result-document</code> elements are cumulative, and if the value is supplied programmatically via an API,
                              or from the command line, then the element names are given in Clark notation, namely <code>{uri}local</code>.
                              The effect of the attribute is to suppress indentation for the content of the specified elements, that is,
                              no whitespace will be inserted within such elements, at any depth. The option is useful where elements
                              contain mixed content in which whitespace is significant.</p>
      <table width="100%">
         <tr>
            <td>
               <p align="right"><a class="nav" href="xquery-method.xml">Next</a></p>
            </td>
         </tr>
      </table>
   </body>
</html>