Author: rdonkin
Date: Sun Sep 11 13:48:20 2005
New Revision: 280180

URL: http://svn.apache.org/viewcvs?rev=280180&view=rev
Log:
Added some files I'd missed :(

Added:
    
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules-input.xml
    
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules.xml

Added: 
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules-input.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules-input.xml?rev=280180&view=auto
==============================================================================
--- 
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules-input.xml
 (added)
+++ 
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules-input.xml
 Sun Sep 11 13:48:20 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>

+<!-- Input data to test the DigesterLoader -->

+<!--

+ Copyright 2001-2004 The Apache Software Foundation.

+  

+ Licensed 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.

+-->

+<root>

+       <foo1>

+               <bar1>bar1-value</bar1>

+       </foo1>

+</root>


Added: 
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules.xml?rev=280180&view=auto
==============================================================================
--- 
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules.xml
 (added)
+++ 
jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-node-create-rules.xml
 Sun Sep 11 13:48:20 2005
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>

+<!--

+ Copyright 2001-2004 The Apache Software Foundation.

+  

+ Licensed 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.

+

+<!DOCTYPE digester-rules PUBLIC "-//Jakarta Apache //DTD digester-rules XML 
V1.0//EN" "http://jakarta.apache.org/commons/digester/dtds/digester-rules.dtd";>

+-->

+<digester-rules>

+       <pattern value="root/foo1">

+               <node-create-rule/>

+               <set-next-rule methodname="add" paramtype="java.lang.Object"/>

+       </pattern>

+</digester-rules>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to