Changeset 4217 for trunk/xml/lgtxml.xsl

Show
Ignore:
Timestamp:
04/22/08 17:50:22 (5 months ago)
Author:
pmoura
Message:

Updated the "lgtxml.xsl" XSLT stylesheet to ensure that the generated HTML files are fully compliant with the HTML 4.01 standard.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xml/lgtxml.xsl

    r4102 r4217  
    22<xsl:stylesheet 
    33    version="1.0" 
    4     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    5     xmlns="http://www.w3.org/1999/xhtml"> 
     4    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    65 
    76 
    87<xsl:output 
    98    method="html" 
     9    version="4.0" 
    1010    indent="yes" 
    1111    encoding="utf-8"