XSLT

From Dietrich Blog (Strato)
Revision as of 13:16, 12 April 2009 by Dkracht (talk | contribs) (Xalan)

Jump to: navigation, search

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...


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