6 May 2007 11:40
svn commit: r535590 - /forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl
<ferdinand <at> apache.org>
2007-05-06 09:40:19 GMT
2007-05-06 09:40:19 GMT
Author: ferdinand Date: Sun May 6 02:40:18 2007 New Revision: 535590 URL: http://svn.apache.org/viewvc?view=rev&rev=535590 Log: mere whitespace adjustments Modified: forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl Modified: forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl URL: http://svn.apache.org/viewvc/forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl?view=diff&rev=535590&r1=535589&r2=535590 ============================================================================== --- forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl (original) +++ forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl Sun May 6 02:40:18 2007 <at> <at> -16,13 +16,15 <at> <at> limitations under the License. --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + <!-- Fixes FOR-555. This might not be the best solution though, but it sure works --> <xsl:template match="comment()"> <xsl:copy> <xsl:apply-templates select=" <at> *|*|text()|processing-instruction()|comment()"/> </xsl:copy> </xsl:template>(Continue reading)
RSS Feed