Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Process instructie
  2.  
  3. XML(implement xsl)
  4. <?xml-stylesheet type="text/xsl" href="oef4.xslt"?>
  5. XSL(implement css)
  6. <link href="reisvergoedingen.css" rel="stylesheet" type="text/css" />
  7. Head(Implement JS)
  8. <script type="text/javascript" src="jackpot.js"></script>
  9.  
  10.  
  11. XSL
  12.  
  13. <xsl:value-of select=””/>
  14. <xsl:apply-template select=””/>
  15. <xsl:template match=””/>
  16.  
  17. Parameters
  18. <xsl:param name ="LandNaam">Bhutan</xsl:param>
  19.  Filter ($LandNaam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement