[Japi-cvs] SF.net SVN: japi: [43] trunk/src/doc
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-04-11 22:02:35
|
Revision: 43 Author: christianhujer Date: 2006-04-11 15:02:26 -0700 (Tue, 11 Apr 2006) ViewCVS: http://svn.sourceforge.net/japi/?rev=43&view=rev Log Message: ----------- Removed old meta removal. Modified Paths: -------------- trunk/src/doc/api/release.xslt trunk/src/doc/cleanupXhtml11.xslt Modified: trunk/src/doc/api/release.xslt =================================================================== --- trunk/src/doc/api/release.xslt 2006-04-11 21:44:49 UTC (rev 42) +++ trunk/src/doc/api/release.xslt 2006-04-11 22:02:26 UTC (rev 43) @@ -23,7 +23,6 @@ <xsl:template match="html:head/@profile"/> <xsl:template match="html:html/@version"/> <xsl:template match="html:meta[@scheme='CVS']"/> - <xsl:template match="html:meta[@scheme='ITCQIS']"/> <xsl:template match="html:td/@colspan[.='1']|html:td/@rowspan[.='1']|html:th/@colspan[.='1']|html:th/@rowspan[.='1']"/> <xsl:template match="html:a/@shape[.='rect']"/> <xsl:template match="html:input/@type[.='text']"/> Modified: trunk/src/doc/cleanupXhtml11.xslt =================================================================== --- trunk/src/doc/cleanupXhtml11.xslt 2006-04-11 21:44:49 UTC (rev 42) +++ trunk/src/doc/cleanupXhtml11.xslt 2006-04-11 22:02:26 UTC (rev 43) @@ -35,7 +35,6 @@ <xsl:template match="html:head/@profile"/> <xsl:template match="html:html/@version"/> <xsl:template match="html:meta[@scheme='CVS']"/> - <xsl:template match="html:meta[@scheme='ITCQIS']"/> <xsl:template match="html:td/@colspan[.='1']|html:td/@rowspan[.='1']|html:th/@colspan[.='1']|html:th/@rowspan[.='1']"/> <xsl:template match="html:a/@shape[.='rect']"/> <xsl:template match="html:input/@type[.='text']"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |