Difference between revisions of "XSLT"

From Dietrich Blog (Strato)
Jump to: navigation, search
(Xalan)
(Replaced content with "Has been moved to: http://blog.kr8.de/wiki-xslt/")
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOCright}}
+
Has been moved to: http://blog.kr8.de/wiki-xslt/
Siehe auch: [[kr8lex:XSL|XSLT]]
 
 
 
Mithilfe von XSL-Stylesheets kann man [[XML]]-Dokumente in verschiedenen Output-Formate '''transformieren'''.
 
 
 
== Web Links ==
 
* http://www.zvon.org/xxl/XSLTreference/Output/index.html
 
 
 
== XSL Namespace ==
 
<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" >
 
 
 
== XSL Output Methods ==
 
* <xsl:output method = "text" />
 
* <xsl:output method = "html" />
 
* <xsl:output method = "xml" />
 
 
 
== Beispiele ==
 
* [[DocBook]]
 
* [[WebsiteTraditionell]]
 
* [[Notizbuch]]
 
* [[MediaLibrary]]
 
 
 
== Xalan ==
 
XSLT-Prozessor '''Xalan'''...
 
 
 
 
 
-- [[User:Dkracht|Dkracht]] 13:07, 12 April 2009 (CEST)
 

Latest revision as of 14:05, 19 April 2020

Has been moved to: http://blog.kr8.de/wiki-xslt/