Ignore:
Timestamp:
08/25/11 20:21:23 (13 years ago)
Author:
vronk
Message:

started cleaning up code, adding inline-documentation;
also changes to output method in xsl (xhtml)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/xsl/mdinst2view.xsl

    r1488 r1495  
    1919-->
    2020   
    21 <xsl:output method="html" />
     21<!--  method="xhtml" is saxon-specific! prevents  collapsing empty <script> tags, that makes browsers choke -->
     22<xsl:output method="xhtml" media-type="application/xhtml+xml" indent="yes" encoding="UTF-8"
     23doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />
     24
    2225
    2326<xsl:include href="cmd_commons.xsl"/>
Note: See TracChangeset for help on using the changeset viewer.