Propchange: incubator/openmeetings/trunk/singlewebapp/xdocs/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Jun 6 06:16:17 2012 @@ -0,0 +1 @@ +ErrorsTable.xml
Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/errortable.xsl URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/errortable.xsl?rev=1346745&r1=1346744&r2=1346745&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/errortable.xsl (original) +++ incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/errortable.xsl Wed Jun 6 06:16:17 2012 @@ -13,13 +13,17 @@ limitations under the License. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:output method="html"/> + <xsl:output method="xml"/> <xsl:template match="ROOT"> -<html> - <head><title>Errors Table</title></head> +<document> + + <properties> + <title>Openmeetings Errors table</title> + <author>Apache OpenMeetings Documentation Robot</author> + </properties> <body> - <h3>The table of OM errors</h3> + <section name="Openmeetings Errors table"> <table> <tr> <th>Code</th> @@ -28,8 +32,9 @@ </tr> <xsl:apply-templates/> </table> + </section> </body> -</html> +</document> </xsl:template> <xsl:template match="row">
