You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2009/01/13 17:20:18 UTC

svn commit: r734169 - in /cocoon/cocoon3/trunk/cocoon-sax/src/test/resources: ./ test.xml test.xsd test.xslt

Author: stevendolg
Date: Tue Jan 13 08:20:05 2009
New Revision: 734169

URL: http://svn.apache.org/viewvc?rev=734169&view=rev
Log:
Added mission resources

Added:
    cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/
    cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml   (with props)
    cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd   (with props)
    cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt   (with props)

Added: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml?rev=734169&view=auto
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml (added)
+++ cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml Tue Jan 13 08:20:05 2009
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<test/>
\ No newline at end of file

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd?rev=734169&view=auto
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd (added)
+++ cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd Tue Jan 13 08:20:05 2009
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+    <xs:element name="x"/>
+</xs:schema>

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt?rev=734169&view=auto
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt (added)
+++ cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt Tue Jan 13 08:20:05 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+  <xsl:param name="myParam" />
+
+  <xsl:template match="/">
+    <p>
+      <xsl:value-of select="$myParam" />
+    </p>
+  </xsl:template>
+
+</xsl:stylesheet>

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/cocoon3/trunk/cocoon-sax/src/test/resources/test.xslt
------------------------------------------------------------------------------
    svn:mime-type = text/xml