topical media & game development

talk show tell print

basic-xml-07-PersonData.xsl / xsl



  <?xml version='1.0'?>
  <xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0"
   >
  
  <xsl:template match="/">
   <html>
    <head>
     <title>Information about <xsl:value-of select="/PersonData/Name/FirstName"/><xsl:text> </xsl:text>
     <xsl:value-of select="/PersonData/Name/LastName" />
     </title>
    </head>
    <body>
    <p><xsl:value-of select="/PersonData/Name/FirstName" /><xsl:text> </xsl:text>
    <xsl:value-of select="/PersonData/Name/LastName" /> was born on <xsl:value-of select="/PersonData/Name/@DOB" /></p>
    </body>
   </html>
    
  </xsl:template>
  
  </xsl:stylesheet>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.