4.3 Empty Elements

??????

Can we avoid empty non-empty representations without of the following(Example: \documentclass{article} \begin{document} \section{Section One} This is Section 1 \end{document}  )

<..short notation for empty elements..>
 <script element="BREAK" >
   <set name="BREAK" >
      <.open xslt script.>
      <.empty BREAK.>
      <.close xslt script.>
   </set>
   <xslt name="." xml="." xsl="BREAK" />
 </script>
-_-_-

<..empty BREAK..>
 <xsl:template match="BREAK" >
    <xsl:copy>
        <xsl:apply-templates select="@*" />
    </xsl:copy>
 </xsl:template>
-_-_-