diff options
Diffstat (limited to 'files/pl/web/xslt/element/strip-space/index.html')
-rw-r--r-- | files/pl/web/xslt/element/strip-space/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/pl/web/xslt/element/strip-space/index.html b/files/pl/web/xslt/element/strip-space/index.html new file mode 100644 index 0000000000..55daf99a8d --- /dev/null +++ b/files/pl/web/xslt/element/strip-space/index.html @@ -0,0 +1,31 @@ +--- +title: strip-space +slug: Web/XSLT/strip-space +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XSLT/Element/strip-space +--- +<p> +{{ XsltRef() }} +</p><p>Element <code><xsl:strip-space></code> definiuje elementy w dokumencie źródłowym, dla których białe znaki powinny zostać usunięte. +</p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre><xsl:strip-space elements=LISTA-NAZW /></pre> <h3 id="Wymagane_atrybuty" name="Wymagane_atrybuty"> Wymagane atrybuty </h3> +<dl><dt><code>elements</code> +</dt><dd>Określa listę oddzielonych za pomocą spacji elementów w źródle, którego węzły tekstowe zawierające tylko białe znaki powinny zostać usunięte. +</dd></dl> +<h3 id="Opcjonalne_atrybuty" name="Opcjonalne_atrybuty"> Opcjonalne atrybuty </h3> +<p>Brak. +</p> +<h3 id="Typ" name="Typ"> Typ </h3> +<p>Element najwyższego poziomu, musi być dzieckiem <code><xsl:stylesheet></code> lub <code><xsl:transform></code>. +</p> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p>XSLT, sekcja 3.4 +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p>{{ languages( { "en": "en/XSLT/strip-space", "fr": "fr/XSLT/strip-space" } ) }} |