Author: simonetripodi
Date: Sun Feb 6 12:05:03 2011
New Revision: 1067643
URL: http://svn.apache.org/viewvc?rev=1067643&view=rev
Log:
imported the initial test resources, a tidy version of the propers on /trunk
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/
commons/sandbox/digester3/trunk/src/test/resources/org/apache/
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
(with props)
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
(with props)
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,23 @@
+<?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.
+-->
+<employee firstName="First Name" lastName="Last Name">
+ <address type="home" street="Home Street" city="Home City"
+ state="HS" zipCode="HmZip" />
+ <address type="office" street="Office Street" city="Office City"
+ state="OS" zipCode="OfZip" />
+</employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,20 @@
+<?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.
+-->
+<foo:employee firstName="First Name" lastName="Last Name"
+ xmlns:foo="http://commons.apache.org/digester/Foo"
+ xmlns:bar="http://commons.apache.org/digester/Bar"
bar:test="MyTestAttribute" />
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,37 @@
+<?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.
+-->
+<!--
+ This file is used by NamespaceSnapshotTestCase.
+-->
+<box id="root" xmlns=""
+ xmlns:foo="http://commons.apache.org/digester/Foo"
+ xmlns:bar="http://commons.apache.org/digester/Bar">
+
+ <subBox id="child1"
+ xmlns:foo="http://commons.apache.org/digester/Foo1"
+ xmlns:bar="http://commons.apache.org/digester/Bar1" />
+
+ <subBox id="child2"
+ xmlns:alpha="http://commons.apache.org/digester/Alpha"
+ xmlns:beta="http://commons.apache.org/digester/Beta" />
+
+ <subBox id="child3"
+ xmlns:foo="http://commons.apache.org/digester/Foo3"
+ xmlns:alpha="http://commons.apache.org/digester/Alpha" />
+
+</box>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,24 @@
+<?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.
+-->
+<address>
+ <type>home</type>
+ <street>Home Street</street>
+ <city>Home City</city>
+ <state>HS</state>
+ <zipCode>HmZip</zipCode>
+</address>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,24 @@
+<?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.
+-->
+<address>
+ <type>office</type>
+ <street>Office Street</street>
+ <city>Office City</city>
+ <state>OS</state>
+ <zipCode>OfZip</zipCode>
+</address>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,27 @@
+<?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.
+-->
+<employee xml:base="src/test/resources/org/apache/commons/digester/"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <firstName>First Name</firstName>
+ <lastName>Last Name</lastName>
+ <age>21</age>
+ <salary>1000000</salary>
+ <active>true</active>
+ <xi:include href="Test12-01.xml" />
+ <xi:include href="Test12-02.xml" />
+</employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,26 @@
+<?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.
+-->
+<employee xmlns="http://commons.apache.org/digester/tests">
+ <firstName>First Name</firstName>
+ <lastName>Last Name</lastName>
+ <address>
+ <type>home</type>
+ <city>Home City</city>
+ <state>HS</state>
+ </address>
+</employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,27 @@
+<?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.
+-->
+<employee xmlns="http://commons.apache.org/digester/tests">
+ <firstName badattribute="true">First Name</firstName>
+ <badelement />
+ <lastName>Last Name</lastName>
+ <address>
+ <type>home</type>
+ <city>Home City</city>
+ <state>HS</state>
+ </address>
+</employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,50 @@
+<?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.
+-->
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:dt="http://commons.apache.org/digester/tests"
+ targetNamespace="http://commons.apache.org/digester/tests"
+ elementFormDefault="qualified">
+
+ <xsd:complexType name="dt.employee.type">
+ <xsd:sequence>
+ <xsd:element ref="dt:firstName" minOccurs="1" maxOccurs="1" />
+ <xsd:element ref="dt:lastName" minOccurs="1" maxOccurs="1" />
+ <xsd:element ref="dt:address" minOccurs="0" maxOccurs="unbounded"
/>
+ </xsd:sequence>
+ </xsd:complexType>
+
+ <xsd:element name="employee" type="dt:dt.employee.type" />
+
+ <xsd:element name="firstName" type="xsd:string" />
+ <xsd:element name="lastName" type="xsd:string" />
+
+ <xsd:complexType name="dt.address.type">
+ <xsd:sequence>
+ <xsd:element ref="dt:type" minOccurs="1" maxOccurs="1" />
+ <xsd:element ref="dt:city" minOccurs="1" maxOccurs="1" />
+ <xsd:element ref="dt:state" minOccurs="1" maxOccurs="1" />
+ </xsd:sequence>
+ </xsd:complexType>
+
+ <xsd:element name="address" type="dt:dt.address.type" />
+
+ <xsd:element name="type" type="xsd:string" />
+ <xsd:element name="city" type="xsd:string" />
+ <xsd:element name="state" type="xsd:string" />
+
+</xsd:schema>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,24 @@
+<?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.
+-->
+<test:employee firstName="First Name" lastName="Last Name"
+ xmlns:test="http://commons.apache.org/digester/Foo">
+ <test:address type="home" street="Home Street" city="Home City"
+ state="HS" zipCode="HmZip" />
+ <test:address type="office" street="Office Street" city="Office City"
+ state="OS" zipCode="OfZip" />
+</test:employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,25 @@
+<?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.
+-->
+<foo:employee firstName="First Name" lastName="Last Name"
+ xmlns:foo="http://commons.apache.org/digester/Foo"
+ xmlns:bar="http://commons.apache.org/digester/Bar">
+ <bar:address type="home" street="Home Street" city="Home City"
+ state="HS" zipCode="HmZip" />
+ <bar:address type="office" street="Office Street" city="Office City"
+ state="OS" zipCode="OfZip" />
+</foo:employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,27 @@
+<?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.
+-->
+<root>
+ <a name="ONE">
+ <b name="TWO">
+ <a name="THREE" />
+ </b>
+ </a>
+ <b name="FOUR">
+ <b name="FIVE" />
+ </b>
+</root>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,38 @@
+<?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.
+-->
+<employee>
+ <firstName> First Name </firstName>
+ <lastName> Last Name </lastName>
+ <age>21</age>
+ <salary>1000000</salary>
+ <active>true</active>
+ <address>
+ <type>home</type>
+ <street>Home Street</street>
+ <city>Home City</city>
+ <state>HS</state>
+ <zipCode>HmZip</zipCode>
+ </address>
+ <address>
+ <type>office</type>
+ <street>Office Street</street>
+ <city>Office City</city>
+ <state>OS</state>
+ <zipCode>OfZip</zipCode>
+ </address>
+</employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,27 @@
+<?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.
+-->
+<toplevel>
+ <element>
+ <field1>Value 1</field1>
+ <field2>Value 2</field2>
+ </element>
+ <element>
+ <field1>Value 3</field1>
+ <field2>Value 4</field2>
+ </element>
+</toplevel>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,23 @@
+<?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.
+-->
+<toplevel>
+ <one street="New Street" city="Las Vegas" state="Nevada" />
+ <two alt-street="Old Street" alt-city="Portland" alt-state="Oregon" />
+ <three street="4th Street" aCity="Dayton" state="Ignore Me" />
+ <four street="6th Street" alt-city="Cleveland" state="Ohio" />
+</toplevel>
\ No newline at end of file
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,24 @@
+<?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.
+-->
+<toplevel>
+ <element name="A">
+ <element name="B">
+ <element name="C" />
+ </element>
+ </element>
+</toplevel>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,25 @@
+<?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.
+-->
+<employee>
+<firstName>
+First Name
+</firstName>
+<lastName>
+Last Name
+</lastName>
+</employee>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document SYSTEM "simple.dtd">
+<!--
+ 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.
+-->
+<document>
+Hello, world
+</document>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd?rev=1067643&view=auto
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
(added)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
Sun Feb 6 12:05:03 2011
@@ -0,0 +1,18 @@
+<?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.
+-->
+<!ELEMENT document (#PCDATA)>
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/simple.dtd
------------------------------------------------------------------------------
svn:mime-type = text/xml