Difference between revisions of "XSLT"

From Dietrich Blog (Strato)
Jump to: navigation, search
Line 17: Line 17:
 
== Beispiele ==
 
== Beispiele ==
 
* [[DocBook]]
 
* [[DocBook]]
* [[WebsiteTraditionel]]
+
* [[WebsiteTraditionell]]
 
* [[Notizbuch]]
 
* [[Notizbuch]]
 
* [[VideoLibrary]]
 
* [[VideoLibrary]]

Revision as of 13:12, 12 April 2009

Siehe auch: XSLT

Mithilfe von XSL-Stylesheets kann man XML-Dokumente in verschiedenen Output-Formate transformieren.

Web Links

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

Xalan

XSLT-Prozessor Xalan...

Meine Videothek

...

-- Dkracht 13:07, 12 April 2009 (CEST)