Slide/AltDM-36

From wiki
Jump to navigation Jump to search

Links

Links hierher

[edit]
Slide
edit
qkey  AltDM-36
pkey  AltDM
basename  7-Alternative-Datenmodelle.pptx
page  36
name  AltDM-36
title  XSLT Beispiel (1)
keywords  
links  
literature  
learningGoal  →[[]]
[edit]
XSLT• Beispiel (1)

<•xsl:template•> <•xsl:apply-templates•/> </•xsl:template•>•<•xsl:template• •match•=“a”>  <A><•xsl:apply-templates•/></A>•</•xsl:template•>•<•xsl:template• •match•=“b”>  <B><•xsl:apply-templates•/></B>•</•xsl:template•>•<•xsl:template• •match•=“c”>  <C><•xsl:value-of•/></C>•</•xsl:template•>