Difference between revisions of "XSLT"

From Dietrich Blog (Strato)
Jump to: navigation, search
(Beispiele)
Line 19: Line 19:
 
* [[WebsiteTraditionell]]
 
* [[WebsiteTraditionell]]
 
* [[Notizbuch]]
 
* [[Notizbuch]]
* [[VideoLibrary]]
+
* [[MediaLibrary]]
  
 
== Xalan ==
 
== Xalan ==

Revision as of 13:16, 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)