XSLT
Z MDC
Tato stránka není ještě zcela přeložena. Pomozte nám ji prosím dopřeložit.
Extensible Stylesheet Language Transformations (XSLT) je jazyk založený na bázi
XML používaný ve spojení s procesním softwarem (procesorem), pro transformování XML dokumentů. Ačkoliv se tento proces nazývá "transformací", původní dokument není změněn, nový XML dokument je vytvořen na základě obsahu existujícího dokumentu. Nový dokument může být uložen ve standardním XML nebo jako
HTML nebo prostý text. XSLT je často používán pro konverzi dat mezi různými XML schématy nebo pro konverzi webových stránek do PDF dokumentů.
[1]
|
TBD
Zobrazit vše...
- Příručka prvků XSLT
- Transformace XML pomocí XSLT
- XSLT allows a stylesheet author to transform a primary XML document in two significant ways: manipulating and sorting the content, including a wholesale reordering of it if so desired, and transforming the content into a different format.
- XSL transformace pomocí JavaSriptu v Mozille
- This document describes the JavaScript interface to the XSLT processing engine in Mozilla 1.2 and up.
- XSLT a XPath tutoriál
- The TopXML XSLT tutorial introduces you to the basics of XSLT concepts, syntax, and programming.
- XSLT tutoriál
- This W3Schools tutorial teaches the reader how to use XSLT to transform XML documents into other formats, like XHTML.
- Co je to XSLT?
- This extensive introduction to XSLT and XPath assumes no prior knowledge of the technologies, and guides the reader through background, context, structure, concepts and introductory terminology.
Zobrazit vše...
|
Komunita
- Zobrazit fóra Mozilla.org jako:
Související témata
- XML, XPath
|
^ This description of XSLT is obtained from the Wikipedia XSLT article.