Changeset 4217

Show
Ignore:
Timestamp:
04/22/08 17:50:22 (2 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.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4216 r4217  
    105105    Updated the Logtalk grammar documentation to reflect the changes to  
    106106    category relations introduced in version 2.31.0. 
     107 
     108    Updated the "lgtxml.xsl" XSLT stylesheet to ensure that the generated  
     109    HTML files are fully compliant with the HTML 4.01 standard. 
    107110 
    108111 
  • 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"