XSL Transformations
Extensible Stylesheet Language Transformations (XSLT) is an
XML-based language used for the
transformation of XML documents into other XML or "human-readable" documents. The original document is not changed; rather, a new document is created based on the content of an existing one. The new document may be
serialized (output) by the processor in standard XML syntax or in another format, such as
HTML or
plain text. XSLT is most often used to convert data between different
XML schemas or to convert XML data into
HTML or
XHTML documents for
web pages, creating a
dynamic web page, or into an intermediate XML format that can be converted to
PDF documents.
See more at Wikipedia.org...
Extensible Stylesheet Language Transformations
XSL Transformation
XSL Transformation, kurz XSLT, ist eine
Programmiersprache zur
Transformation von
XML-Dokumenten. Sie ist Teil der
Extensible Stylesheet Language (XSL) und stellt eine
turing-vollständige Sprache dar.XSLT baut auf der
logischen Baumstruktur eines XML-Dokumentes auf und dient zur Definition von Umwandlungsregeln. XSLT-Programme, sogenannte XSLT-
Stylesheets, sind dabei selbst nach den Regeln des XML-Standards aufgebaut.Die Stylesheets werden von spezieller Software, den XSLT-Prozessoren, eingelesen, die mit diesen Anweisungen ein oder mehrere XML-Dokumente in das gewünschte Ausgabeformat umwandeln. XSLT-Prozessoren sind etwa auch in vielen modernen
Webbrowsern integriert, so
Opera (ab Version 9),
Firefox,
Internet Explorer Version 5 (erst seit Version 6 mit vollständiger XSLT-1.0-Unterstützung) oder
Mozilla.
Mehr unter Wikipedia.org...
XSL Transformations
XSLT (
ang. XSL Transformations, Extensible Stylesheet Language Transformations, w wolnym tłumaczeniu Przekształcenia Rozszerzalnego Języka Arkuszy Stylów) jest opartym na
XML-u językiem transformacji dokumentów
XML. Pozwala na przetłumaczenie dokumentów z jednego formatu
XML na dowolny inny format zgodny ze składnią
XML-a (np. na stronę WWW
XHTML, wzór matematyczny
MathML lub dokument biurowy
ODF), jak również na zwykły
HTML i czysty tekst.
W celu uzyskania więcej informacji, zobacz w Wikipedia.οrg...
© W niniejszym artykule wykorzystano materialy pochodzace z
Wikipedia® i posiada on Powszechna
Licencje Publiczna GNU
XSL Transformations
L'XSLT (eXtensible Stylesheet Language Transformations) è il linguaggio di trasformazione dell'
XML; deriva direttamente dal linguaggio
XSL, infatti i file di questo formato sono essenzialmente file di testo, contengono elementi ed attributi ed hanno l'estensione ".xsl". L'XSLT è diventato uno standard web con una direttiva (Reccomandation)
W3C del
16 novembre 1999. L'obiettivo principale per cui l'XSLT è stato creato è rendere possibile la trasformazione di un documento XML in un altro documento.
Per saperne di più visita Wikipedia.org...