home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / software / windows / utils / tiny_firewall / tpf45.exe / Data1.cab / F6184_system.xslt < prev    next >
Encoding:
Extensible Markup Language  |  2002-08-15  |  664 b   |  30 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  3. <xsl:output method="html" indent="yes"/>
  4.  
  5. <xsl:variable name="Def" select="document('def.xml')"/>
  6.  
  7. <xsl:template match ="Root">
  8.     <div>
  9.     <xsl:apply-templates/>
  10.     </div>
  11. </xsl:template>
  12.  
  13. <xsl:template match = "EventDescSbx">
  14. </xsl:template>
  15.  
  16. <xsl:template match = "EventDescFw">
  17. </xsl:template>
  18.  
  19. <xsl:template match = "EventDescIDS">
  20. </xsl:template>
  21.  
  22. <xsl:template match = "EventDescSys">
  23. </xsl:template>
  24.  
  25. <xsl:template match="Message">
  26. <B>Message:</B><xsl:value-of select="."/><BR/>
  27. </xsl:template>
  28.  
  29. </xsl:stylesheet>
  30.