aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/orphaned/transformar_xml_com_xslt
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/orphaned/transformar_xml_com_xslt')
-rw-r--r--files/pt-pt/orphaned/transformar_xml_com_xslt/index.html146
-rw-r--r--files/pt-pt/orphaned/transformar_xml_com_xslt/para_leitura_adicional/index.html207
2 files changed, 353 insertions, 0 deletions
diff --git a/files/pt-pt/orphaned/transformar_xml_com_xslt/index.html b/files/pt-pt/orphaned/transformar_xml_com_xslt/index.html
new file mode 100644
index 0000000000..4a94c23446
--- /dev/null
+++ b/files/pt-pt/orphaned/transformar_xml_com_xslt/index.html
@@ -0,0 +1,146 @@
+---
+title: Transformar XML com XSLT
+slug: orphaned/Transformar_XML_com_XSLT
+tags:
+ - PrecisaDeMigração
+ - Todas_as_Categorias
+ - Transformar_XML_com_XSLT
+ - XSLT
+original_slug: Transformar_XML_com_XSLT
+---
+<p> </p>
+
+<h3 id="Vis.C3.A3o_Geral" name="Vis.C3.A3o_Geral"><a href="pt/Transformar_XML_com_XSLT/Vis%c3%a3o_Geral">Visão Geral</a></h3>
+
+<p>A separação do conteúdo e apresentação é uma característica chave de um projeto do <a href="pt/XML">XML</a>. A estrutura de um documento XML é projetada para refletir e esclarecer relacionamentos importantes entre os aspectos individuais do próprio conteúdo, <strong>unhindered</strong> por uma necessidade fornece qualquer indicação sobre como este dado deve eventualmente ser apresentado. Esta estruturação inteligente é particularmente importante como cada vez mais transferências de dados são automatizadas e ocorrem entre máquinas altamente heterogêneas ligadas por uma rede.</p>
+
+<p>Eventualmente muito do conteúdo armazenado em documentos XML precisarão ser apresentados para leitores humanos. Por isso o navegador proporciona uma interface familiar e altamente flexível, isto é um mecanismo ideal para entregar para apresentação as versões do conteúdo XML. Construído de baixo para cima utilizando uma variedade de tecnologias XML, o Mozilla incorpora nele todos os mecanismos necessários para processar todos os documentos XML originais e as folhas de estilo especializadas usadas para o estilo e disposição da exibição HTML, reduzindo o carregamento do servidor com o lado de processamento do cliente.</p>
+
+<p>No momento, o Gecko (a disposição do motor por trás do Mozilla e Firefox) suporta duas formas de folhas de estilo XML. Para controle básico da aparência — fontes, cores, posições, e assim por diante — Gecko usa a <a href="pt/CSS">CSS</a>, familiar de <a href="pt/DHTML">DHTML</a>. Toda a CSS1 e a maior parte da CSS2 são suportados. O suporte para a CSS3 esá em desenvolvimento. Para informações adicionais sobre CSS, veja <a class="external" href="http://www.meyerweb.com/eric/css/">Eric Meyer's CSS pages</a>.</p>
+
+<p>Nosso foco aqui é no segundo tipo de folhas de estilo que o Gecko suporta: a folha de estilo XSLT (Extensible Stylesheet Language Transformations). XSLT permite a um autor de folhas de estilo transfomrar um documento XML primário em dois caminhos significantes: manipulando e classificando o conteúdo, incluindo reordenação por atacado, se desejado assim, e transformação do conteúdo em um formato diferente (e no caso do Mozilla, o foco é na conversão disto em HTML que pode ser exibido pelo navegador.</p>
+
+<h3 id="Refer.C3.AAncia_XSLT.2FXPath" name="Refer.C3.AAncia_XSLT.2FXPath">Referência XSLT/XPath</h3>
+
+<h4 id="Elementos" name="Elementos"><a href="pt/XSLT/Elementos">Elementos</a></h4>
+
+<ul>
+ <li><a href="pt/XSLT/apply-imports">xsl:apply-imports</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/apply-templates">xsl:apply-templates</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/attribute">xsl:attribute</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/attribute-set">xsl:attribute-set</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/call-template">xsl:call-template</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/choose">xsl:choose</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/comment">xsl:comment</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/copy">xsl:copy</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/copy-of">xsl:copy-of</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/decimal-format">xsl:decimal-format</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/element">xsl:element</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/fallback">xsl:fallback</a><em>(não suportado)</em></li>
+ <li><a href="pt/XSLT/for-each">xsl:for-each</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/if">xsl:if</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/import">xsl:import</a><em>(suportado na maior parte)</em></li>
+ <li><a href="pt/XSLT/include">xsl:include</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/key">xsl:key</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/message">xsl:message</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/namespace-alias">xsl:namespace-alias</a><em>(não suportado)</em></li>
+ <li><a href="pt/XSLT/number">xsl:number</a><em>(parcialmente suportado)</em></li>
+ <li><a href="pt/XSLT/otherwise">xsl:otherwise</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/output">xsl:output</a><em>(parcialmente suportado)</em></li>
+ <li><a href="pt/XSLT/param">xsl:param</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/preserve-space">xsl:preserve-space</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/processing-instruction">xsl:processing-instruction</a></li>
+ <li><a href="pt/XSLT/sort">xsl:sort</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/strip-space">xsl:strip-space</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/stylesheet">xsl:stylesheet</a><em>(parcialmente suportado)</em></li>
+ <li><a href="pt/XSLT/template">xsl:template</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/text">xsl:text</a><em>(parcialmente suportado)</em></li>
+ <li><a href="pt/XSLT/transform">xsl:transform</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/value-of">xsl:value-of</a><em>(parcialmente suportado)</em></li>
+ <li><a href="pt/XSLT/variable">xsl:variable</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/when">xsl:when</a><em>(suportado)</em></li>
+ <li><a href="pt/XSLT/with-param">xsl:with-param</a><em>(suportado)</em></li>
+</ul>
+
+<h4 id="Eixos" name="Eixos"><a href="pt/XPath/Eixos">Eixos</a></h4>
+
+<ul>
+ <li><a href="pt/XPath/Axes/ancestor">ancestor</a></li>
+ <li><a href="pt/XPath/Axes/ancestor-or-self">ancestor-or-self</a></li>
+ <li><a href="pt/XPath/Axes/attribute">attribute</a></li>
+ <li><a href="pt/XPath/Axes/child">child</a></li>
+ <li><a href="pt/XPath/Axes/descendant">descendant</a></li>
+ <li><a href="pt/XPath/Axes/descendant-or-self">descendant-or-self</a></li>
+ <li><a href="pt/XPath/Axes/following">following</a></li>
+ <li><a href="pt/XPath/Axes/following-sibling">following-sibling</a></li>
+ <li><a href="pt/XPath/Axes/namespace">namespace</a><em>(não suportado)</em></li>
+ <li><a href="pt/XPath/Axes/parent">parent</a></li>
+ <li><a href="pt/XPath/Axes/preceding">preceding</a></li>
+ <li><a href="pt/XPath/Axes/preceding-sibling">preceding-sibling</a></li>
+ <li><a href="pt/XPath/Axes/self">self</a></li>
+</ul>
+
+<h4 id="Fun.C3.A7.C3.B5es" name="Fun.C3.A7.C3.B5es"><a href="pt/XPath/Fun%c3%a7%c3%b5es">Funções</a></h4>
+
+<ul>
+ <li><a href="pt/XPath/Functions/boolean">boolean()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/ceiling">ceiling()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/concat">concat()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/contains">contains()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/count">count()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/current">current()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/document">document()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/element-available">element-available()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/false">false()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/floor">floor()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/format-number">format-number()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/function-available">function-available()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/generate-id">generate-id()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/id">id()</a><em>(parcialmente suportado)</em></li>
+ <li><a href="pt/XPath/Functions/key">key()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/lang">lang()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/last">last()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/local-name">local-name()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/name">name()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/namespace-uri">namespace-uri()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/normalize-space">normalize-space()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/not">not()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/number">number()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/position">position()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/round">round()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/starts-with">starts-with()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/string">string()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/string-length">string-length()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/substring">substring()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/substring-after">substring-after()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/substring-before">substring-before()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/sum">sum()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/system-property">system-property()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/translate">translate()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/true">true()</a><em>(suportado)</em></li>
+ <li><a href="pt/XPath/Functions/unparsed-entity-url">unparsed-entity-url()</a><em>(não suportado)</em></li>
+</ul>
+
+<h3 id="Para_leitura_adicional" name="Para_leitura_adicional"><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional">Para leitura adicional</a></h3>
+
+<ul>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#Books">Livros</a></li>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#Online">Online</a>
+ <ul>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#The_World_Wide_Web_Consortium">O World Wide Web Consortium</a></li>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#Portals">Portais</a></li>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#Articles">Artigos</a></li>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#Tutorials.2FExamples">Tutoriais/Exemplos</a></li>
+ <li><a href="pt/Transformar_XML_com_XSLT/Para_leitura_adicional#Mailing_Lists.2FNewsgroups">Listas de E-mail/Newsgroups</a></li>
+ </ul>
+ </li>
+</ul>
+
+<div class="originaldocinfo">
+<h3 id="Informa.C3.A7.C3.A3o_Original_do_Documento" name="Informa.C3.A7.C3.A3o_Original_do_Documento">Informação Original do Documento</h3>
+
+<ul>
+ <li>Informação de Copyright: Copyright © 2001-2003 Netscape. All rights reserved.</li>
+ <li>Nota: Este artigo reimpresso era originalmente parte do site DevEdge.</li>
+</ul>
+</div>
diff --git a/files/pt-pt/orphaned/transformar_xml_com_xslt/para_leitura_adicional/index.html b/files/pt-pt/orphaned/transformar_xml_com_xslt/para_leitura_adicional/index.html
new file mode 100644
index 0000000000..c76450caf1
--- /dev/null
+++ b/files/pt-pt/orphaned/transformar_xml_com_xslt/para_leitura_adicional/index.html
@@ -0,0 +1,207 @@
+---
+title: Para leitura adicional
+slug: orphaned/Transformar_XML_com_XSLT/Para_leitura_adicional
+tags:
+ - PrecisaDeConteúdo
+ - Transformar_XML_com_XSLT
+original_slug: Transformar_XML_com_XSLT/Para_leitura_adicional
+---
+<a href="/pt-PT/docs/Transforming_XML_with_XSLT">« Transforming XML with XSLT</a>
+
+<h3 id="Imprimir" name="Imprimir">Imprimir</h3>
+
+<h4 id="Livros" name="Livros">Livros</h4>
+
+<dl>
+ <dd><strong>XSLT: Programmer's Reference, Second Edition</strong>
+
+ <dl>
+ <dd><strong>Autor</strong>: Michael H. Kay</dd>
+ <dd><strong>Tamanho</strong>: 992 páginas</dd>
+ <dd><strong>Editora</strong>: Wrox; 2 edition (3 de maio de 2001)</dd>
+ <dd><strong>ISBN</strong>: 0764543814
+ <dl>
+ <dd>Michael Kay é um membro do W3C XSL Working Group e o desenvolvedor de seu próprio processador XSLT de código livre, Saxon. Ele é também o autor do único livro deste assunto a ter alcançado a segunda edição. Este é um grande livro, atraente e bem completo, às vezes completo demais em detalhes, cobrindo toda base possível sobre XSLT.</dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+</dl>
+
+<p><span class="comment"><a class="external" href="http://www.amazon.com/XSLT-Programmers-Reference-Programmer/dp/0764543814" rel="freelink">http://www.amazon.com/XSLT-Programme.../dp/0764543814</a></span></p>
+
+<p> </p>
+
+<dl>
+ <dd><strong>XSLT</strong>
+
+ <dl>
+ <dd><strong>Autor</strong>: Doug Tidwell</dd>
+ <dd><strong>Tamanho</strong>: 473 páginas</dd>
+ <dd><strong>Editora</strong>: O'Reilly Media; 1 edition (15 de agosto de 2001)</dd>
+ <dd><strong>ISBN</strong>: 0596000537
+ <dl>
+ <dd>Doug Tidwell é um desenvolvedor sênior na IBM e um evangelista notável sobre tecnologias XML em geral. Ele é o autor de vários artigos e tutoriais em vários aspectos de XML no extenso site do desenvolvedor XML da IBM. Este livro é menos abrangente que o do Michael Kay, mas cobre todo o conteúdo básico e oferece exemplos interessantes.</dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+</dl>
+
+<p><span class="comment"><a class="external" href="http://www.amazon.com/Xslt-Doug-Tidwell/dp/0596000537" rel="freelink">http://www.amazon.com/Xslt-Doug-Tidwell/dp/0596000537</a></span></p>
+
+<p> </p>
+
+<dl>
+ <dd><strong>Learning XML, Second Edition</strong>
+
+ <dl>
+ <dd><strong>Autor</strong>: Erik T. Ray</dd>
+ <dd><strong>Tamanho</strong>: 432 páginas</dd>
+ <dd><strong>Editora</strong>: O'Reilly Media; 2 edition (22 de setembro de 2003)</dd>
+ <dd><strong>ISBN</strong>: 0596004206
+ <dl>
+ <dd>Como o título indica, esta é uma visão geral sobre XML. O capítulo 6 é voltado especificamente para XSLT.</dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+</dl>
+
+<p><span class="comment"><a class="external" href="http://www.amazon.com/gp/product/0596004206" rel="freelink">http://www.amazon.com/gp/product/0596004206</a></span></p>
+
+<h3 id="Digital" name="Digital">Digital</h3>
+
+<h4 id="Websites" name="Websites">Websites</h4>
+
+<dl>
+ <dd><strong>World Wide Web Consortium</strong>
+
+ <dl>
+ <dd><strong>The W3C homepage</strong>: <a class="external" href="http://www.w3.org/" rel="freelink">http://www.w3.org/</a></dd>
+ <dd><strong>The main XSL page</strong>: <a class="external" href="http://www.w3.org/Style/XSL/" rel="freelink">http://www.w3.org/Style/XSL/</a></dd>
+ <dd><strong>The version 1.0 Recommendation for XSLT</strong>: <a class="external" href="http://www.w3.org/TR/xslt" rel="freelink">http://www.w3.org/TR/xslt</a></dd>
+ <dd><strong>Archive of public style (CSS and XSLT) discussions</strong>: <a class="external" href="http://lists.w3.org/Archives/Public/www-style/" rel="freelink">http://lists.w3.org/Archives/Public/www-style/</a></dd>
+ <dd><strong>The version 1.0 Recommendation for XPath</strong>: <a class="external" href="http://www.w3.org/TR/xpath" rel="freelink">http://www.w3.org/TR/xpath</a>
+ <dl>
+ <dd>The World Wide Web Consortium is the body that publishes Recommendations for a number of web-based technologies, many of which become the de-facto standard.</dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+</dl>
+
+<h4 id="Artigos" name="Artigos">Artigos</h4>
+
+<dl>
+ <dd><strong>Hands-on XSL</strong>
+
+ <dl>
+ <dd><strong>Author</strong>: Don R. Day</dd>
+ <dd><strong>Location</strong>: <a class="external" href="http://www-106.ibm.com/developerworks/library/x-hands-on-xsl/" rel="freelink">http://www-106.ibm.com/developerwork...-hands-on-xsl/</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>Understanding XSLT</strong>
+
+ <dl>
+ <dd><strong>Author</strong>: Jay Greenspan</dd>
+ <dd><strong>Location</strong>: <a class="external" href="http://hotwired.lycos.com/webmonkey/98/43/index2a.html?tw=authoring" rel="freelink">http://hotwired.lycos.com/webmonkey/...l?tw=authoring</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>What is XSLT?</strong>
+
+ <dl>
+ <dd><strong>Author</strong>: G. Ken Holman</dd>
+ <dd><strong>Location</strong>: <a class="external" href="http://www.xml.com/pub/a/2000/08/holman/index.html" rel="freelink">http://www.xml.com/pub/a/2000/08/holman/index.html</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<h4 id="Tutoriais.2FExemplos" name="Tutoriais.2FExemplos">Tutoriais/Exemplos</h4>
+
+<dl>
+ <dd><strong>Zvon</strong>
+
+ <dl>
+ <dd><strong>XSL Programmers</strong>: <a class="external" href="http://www.zvon.org/o_html/group_xsl.html" rel="freelink">http://www.zvon.org/o_html/group_xsl.html</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>Jeni's XSLT Pages</strong>
+
+ <dl>
+ <dd><strong>Index</strong>: <a class="external" href="http://www.jenitennison.com/xslt/" rel="freelink">http://www.jenitennison.com/xslt/</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>XMLPitstop.com</strong>
+
+ <dl>
+ <dd><strong>StyleSheet Center</strong>: <a class="external" href="http://www.xmlpitstop.com/Default.asp?DataType=SSC" rel="freelink">http://www.xmlpitstop.com/Default.asp?DataType=SSC</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>XSL Tutorial</strong>
+
+ <dl>
+ <dd><strong>Index</strong>: <a class="external" href="http://www.nwalsh.com/docs/tutorials/xsl/" rel="freelink">http://www.nwalsh.com/docs/tutorials/xsl/</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<h4 id="Outros" name="Outros">Outros</h4>
+
+<dl>
+ <dd><strong>Cover Pages</strong>
+
+ <dl>
+ <dd><strong>Extensible Stylesheet Language (XSL)</strong>: <a class="external" href="http://www.oasis-open.org/cover/xsl.html" rel="freelink">http://www.oasis-open.org/cover/xsl.html</a></dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>XSL-List</strong>
+
+ <dl>
+ <dd><strong>Subscribe</strong>: <a class="external" href="http://www.mulberrytech.com/xsl/xsl-list/" rel="freelink">http://www.mulberrytech.com/xsl/xsl-list/</a></dd>
+ <dd><strong>Archives</strong>: <a class="external" href="http://www.biglist.com/lists/xsl-list/archives/" rel="freelink">http://www.biglist.com/lists/xsl-list/archives/</a>
+ <dl>
+ <dd>The XSL-List is a very active general mailing list, hosted by <a class="external" href="http://mulberrytech.com/">Mulberry Technologies</a></dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+</dl>
+
+<dl>
+ <dd><strong>mozilla.dev.tech.xslt</strong>
+
+ <dl>
+ <dd><strong>Google Groups</strong>: <a class="external" href="http://groups.google.com/group/mozilla.dev.tech.xslt" rel="freelink">http://groups.google.com/group/mozilla.dev.tech.xslt</a>
+
+ <dl>
+ <dd>This is a newsgroup that discusses Netscape-specific XSLT issues.</dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+</dl>
+
+<p><span class="comment">Categorias</span></p>
+
+<p><span class="comment">Interwiki Language Links</span></p>
+
+<p>{{ languages( { "en": "en/Transforming_XML_with_XSLT/For_Further_Reading", "fr": "fr/Transformations_XML_avec_XSLT/Autres_ressources", "pl": "pl/Transformacje_XML_z_XSLT/Przeczytaj_wi\u0119cej" } ) }}</p>