Author: crossley
Date: Wed Feb  9 22:50:59 2005
New Revision: 153179

URL: http://svn.apache.org/viewcvs?view=rev&rev=153179
Log:
Add missing xml declaration.

Modified:
    forrest/trunk/plugins/IMSManifest/resources/stylesheets/pathutils.xsl
    forrest/trunk/plugins/IMSManifest/resources/stylesheets/repositoryUtils.xsl
    forrest/trunk/tools/targets/maven.xml
    forrest/trunk/whiteboard/tests/xsltunit/sitemap.xmap

Modified: forrest/trunk/plugins/IMSManifest/resources/stylesheets/pathutils.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/IMSManifest/resources/stylesheets/pathutils.xsl?view=diff&r1=153178&r2=153179
==============================================================================
--- forrest/trunk/plugins/IMSManifest/resources/stylesheets/pathutils.xsl 
(original)
+++ forrest/trunk/plugins/IMSManifest/resources/stylesheets/pathutils.xsl Wed 
Feb  9 22:50:59 2005
@@ -1,4 +1,4 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+<?xml version="1.0"?>
 <!--
   Copyright 2002-2004 The Apache Software Foundation
 
@@ -14,6 +14,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 <!--
 PathUtils.xsl
 

Modified: 
forrest/trunk/plugins/IMSManifest/resources/stylesheets/repositoryUtils.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/IMSManifest/resources/stylesheets/repositoryUtils.xsl?view=diff&r1=153178&r2=153179
==============================================================================
--- forrest/trunk/plugins/IMSManifest/resources/stylesheets/repositoryUtils.xsl 
(original)
+++ forrest/trunk/plugins/IMSManifest/resources/stylesheets/repositoryUtils.xsl 
Wed Feb  9 22:50:59 2005
@@ -1,5 +1,4 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
-
+<?xml version="1.0"?>
 <!--
   Copyright 2002-2004 The Apache Software Foundation
 
@@ -15,6 +14,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 <!--
 
 A set of XSLT templates useful for parsing repository related commands.

Modified: forrest/trunk/tools/targets/maven.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/tools/targets/maven.xml?view=diff&r1=153178&r2=153179
==============================================================================
--- forrest/trunk/tools/targets/maven.xml (original)
+++ forrest/trunk/tools/targets/maven.xml Wed Feb  9 22:50:59 2005
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -38,4 +39,3 @@
 </goal> 
 
 </project>
-

Modified: forrest/trunk/whiteboard/tests/xsltunit/sitemap.xmap
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/tests/xsltunit/sitemap.xmap?view=diff&r1=153178&r2=153179
==============================================================================
--- forrest/trunk/whiteboard/tests/xsltunit/sitemap.xmap (original)
+++ forrest/trunk/whiteboard/tests/xsltunit/sitemap.xmap Wed Feb  9 22:50:59 
2005
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
 
   <map:pipelines>


Reply via email to