------------------------------------------------------------ revno: 1523 committer: Lars Helge Oeverland <[email protected]> branch nick: trunk timestamp: Mon 2010-03-01 15:30:40 +0100 message: Set xsl:output to html modified: dhis-2/dhis-options/src/main/resources/help_stylesheet.xsl dhis-2/dhis-options/src/main/resources/helpitems_stylesheet.xsl
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-options/src/main/resources/help_stylesheet.xsl' --- dhis-2/dhis-options/src/main/resources/help_stylesheet.xsl 2010-02-25 13:53:26 +0000 +++ dhis-2/dhis-options/src/main/resources/help_stylesheet.xsl 2010-03-01 14:30:40 +0000 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:output method="html" encoding="UTF-8"/> <xsl:param name="sectionId">resourceTables</xsl:param> === modified file 'dhis-2/dhis-options/src/main/resources/helpitems_stylesheet.xsl' --- dhis-2/dhis-options/src/main/resources/helpitems_stylesheet.xsl 2010-02-27 19:45:18 +0000 +++ dhis-2/dhis-options/src/main/resources/helpitems_stylesheet.xsl 2010-03-01 14:30:40 +0000 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:output method="html" encoding="UTF-8"/> <xsl:template match="chapter"> <h5><xsl:value-of select="title"/></h5>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

