Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/extras/util/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 320 B image not shown  

Quelle  compact.xsl   Sprache: unbekannt

 
<xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output method="xml" omit-xml-declaration="yes"/>

  <xsl:strip-space elements="*"/>

  <xsl:template match="@*|node()">
   <xsl:copy>
    <xsl:apply-templates select="@*|node()"/>
   </xsl:copy>
  </xsl:template>

</xsl:stylesheet>

[ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet)  ]