You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2014/02/19 00:08:09 UTC

svn commit: r1569553 - in /poi/site/src/documentation/resources/stylesheets: changes2document.xsl changes2rss.xsl

Author: kiwiwings
Date: Tue Feb 18 23:08:09 2014
New Revision: 1569553

URL: http://svn.apache.org/r1569553
Log:
fixed "The processing instruction target matching [xX][mM][lL]" error

Modified:
    poi/site/src/documentation/resources/stylesheets/changes2document.xsl
    poi/site/src/documentation/resources/stylesheets/changes2rss.xsl

Modified: poi/site/src/documentation/resources/stylesheets/changes2document.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/changes2document.xsl?rev=1569553&r1=1569552&r2=1569553&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2document.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl Tue Feb 18 23:08:09 2014
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
    ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,23 +17,18 @@
    limitations under the License.
    ====================================================================
 -->
-<?xml version="1.0"?>
 
 <xsl:stylesheet
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     version="1.0">
 
- <xsl:import href="copyover.xsl"/>
- 
  <xsl:param name="bugtracking-url"/>
 
  <!-- FIXME (JJP):  bugzilla is hardwired -->
  <xsl:variable name="bugzilla">http://issues.apache.org/bugzilla/</xsl:variable>
  <xsl:variable name="buglist" select="concat($bugzilla, 'buglist.cgi?bug_id=')"/>
 
- <xsl:template match="/">
-  <xsl:apply-templates select="//changes"/>
- </xsl:template>
+ <xsl:template match="devs"/>
  
  <xsl:template match="changes">
   <document>

Modified: poi/site/src/documentation/resources/stylesheets/changes2rss.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/changes2rss.xsl?rev=1569553&r1=1569552&r2=1569553&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2rss.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2rss.xsl Tue Feb 18 23:08:09 2014
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
    ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
    limitations under the License.
    ====================================================================
 -->
-<?xml version="1.0"?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
     <xsl:param name="config-file">../../skinconf.xml</xsl:param>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org