Slide/AltDM-36

From wiki
Revision as of 07:08, 5 April 2023 by Sysop (talk | contribs) (modified through wikirestore by Sysop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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•>