You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by er...@apache.org on 2004/02/28 00:55:18 UTC

cvs commit: xml-xmlbeans/v1/test/cases/xpath/expected JaxenXPathTest_0_0.xml JaxenXPathTest_10_0.xml JaxenXPathTest_10_1.xml JaxenXPathTest_10_2.xml JaxenXPathTest_10_3.xml JaxenXPathTest_11_0.xml JaxenXPathTest_12_0.xml JaxenXPathTest_13_0.xml JaxenXPathTest_13_1.xml JaxenXPathTest_14_0.xml JaxenXPathTest_14_1.xml JaxenXPathTest_14_2.xml JaxenXPathTest_15_0.xml JaxenXPathTest_15_1.xml JaxenXPathTest_15_2.xml JaxenXPathTest_16_0.xml JaxenXPathTest_18_0.xml JaxenXPathTest_18_1.xml JaxenXPathTest_18_2.xml JaxenXPathTest_18_3.xml JaxenXPathTest_18_4.xml JaxenXPathTest_18_5.xml JaxenXPathTest_18_6.xml JaxenXPathTest_18_7.xml JaxenXPathTest_18_8.xml JaxenXPathTest_19_0.xml JaxenXPathTest_1_0.xml JaxenXPathTest_1_1.xml JaxenXPathTest_1_10.xml JaxenXPathTest_1_11.xml JaxenXPathTest_1_2.xml JaxenXPathTest_1_3.xml JaxenXPathTest_1_4.xml JaxenXPathTest_1_5.xml JaxenXPathTest_1_6.xml JaxenXPathTest_1_7.xml JaxenXPathTest_1_8.xml JaxenXPathTest_1_9.xml JaxenXPathTest_20_0.xml JaxenXPathTest_20_1.xml JaxenXPathTest_20_2.xml JaxenXPathTest_20_3.xml JaxenXPathTest_21_0.xml JaxenXPathTest_21_1.xml JaxenXPathTest_21_2.xml JaxenXPathTest_22_0.xml JaxenXPathTest_22_1.xml JaxenXPathTest_23_0.xml JaxenXPathTest_24_0.xml JaxenXPathTest_2_0.xml JaxenXPathTest_3_0.xml JaxenXPathTest_4_0.xml JaxenXPathTest_4_1.xml JaxenXPathTest_4_2.xml JaxenXPathTest_5_0.xml JaxenXPathTest_6_0.xml JaxenXPathTest_6_1.xml JaxenXPathTest_6_2.xml JaxenXPathTest_6_3.xml JaxenXPathTest_6_4.xml JaxenXPathTest_7_0.xml JaxenXPathTest_8_0.xml JaxenXPathTest_8_1.xml JaxenXPathTest_9_0.xml JaxenXPathTest_9_1.xml JaxenXPathTest_9_2.xml JaxenXPathTest_9_3.xml JaxenXPathTest_9_4.xml

ericvas     2004/02/27 15:55:18

  Modified:    v1/src/xmlstore/org/apache/xmlbeans/impl/store Root.java
               v1/test/cases/xpath/expected JaxenXPathTest_0_0.xml
                        JaxenXPathTest_10_0.xml JaxenXPathTest_10_1.xml
                        JaxenXPathTest_10_2.xml JaxenXPathTest_10_3.xml
                        JaxenXPathTest_11_0.xml JaxenXPathTest_12_0.xml
                        JaxenXPathTest_13_0.xml JaxenXPathTest_13_1.xml
                        JaxenXPathTest_14_0.xml JaxenXPathTest_14_1.xml
                        JaxenXPathTest_14_2.xml JaxenXPathTest_15_0.xml
                        JaxenXPathTest_15_1.xml JaxenXPathTest_15_2.xml
                        JaxenXPathTest_16_0.xml JaxenXPathTest_18_0.xml
                        JaxenXPathTest_18_1.xml JaxenXPathTest_18_2.xml
                        JaxenXPathTest_18_3.xml JaxenXPathTest_18_4.xml
                        JaxenXPathTest_18_5.xml JaxenXPathTest_18_6.xml
                        JaxenXPathTest_18_7.xml JaxenXPathTest_18_8.xml
                        JaxenXPathTest_19_0.xml JaxenXPathTest_1_0.xml
                        JaxenXPathTest_1_1.xml JaxenXPathTest_1_10.xml
                        JaxenXPathTest_1_11.xml JaxenXPathTest_1_2.xml
                        JaxenXPathTest_1_3.xml JaxenXPathTest_1_4.xml
                        JaxenXPathTest_1_5.xml JaxenXPathTest_1_6.xml
                        JaxenXPathTest_1_7.xml JaxenXPathTest_1_8.xml
                        JaxenXPathTest_1_9.xml JaxenXPathTest_20_0.xml
                        JaxenXPathTest_20_1.xml JaxenXPathTest_20_2.xml
                        JaxenXPathTest_20_3.xml JaxenXPathTest_21_0.xml
                        JaxenXPathTest_21_1.xml JaxenXPathTest_21_2.xml
                        JaxenXPathTest_22_0.xml JaxenXPathTest_22_1.xml
                        JaxenXPathTest_23_0.xml JaxenXPathTest_24_0.xml
                        JaxenXPathTest_2_0.xml JaxenXPathTest_3_0.xml
                        JaxenXPathTest_4_0.xml JaxenXPathTest_4_1.xml
                        JaxenXPathTest_4_2.xml JaxenXPathTest_5_0.xml
                        JaxenXPathTest_6_0.xml JaxenXPathTest_6_1.xml
                        JaxenXPathTest_6_2.xml JaxenXPathTest_6_3.xml
                        JaxenXPathTest_6_4.xml JaxenXPathTest_7_0.xml
                        JaxenXPathTest_8_0.xml JaxenXPathTest_8_1.xml
                        JaxenXPathTest_9_0.xml JaxenXPathTest_9_1.xml
                        JaxenXPathTest_9_2.xml JaxenXPathTest_9_3.xml
                        JaxenXPathTest_9_4.xml
  Log:
  Fixed bug with parsing content before <xml-fragment>
  
  Revision  Changes    Path
  1.10      +12 -0     xml-xmlbeans/v1/src/xmlstore/org/apache/xmlbeans/impl/store/Root.java
  
  Index: Root.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/src/xmlstore/org/apache/xmlbeans/impl/store/Root.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Root.java	12 Feb 2004 20:06:04 -0000	1.9
  +++ Root.java	27 Feb 2004 23:55:15 -0000	1.10
  @@ -1444,7 +1444,19 @@
                   _docElemDiscarded = true;
   
                   if (_replaceDocElem == null)
  +                {
  +                    // Remove all content up to now because the
  +                    // document element is to be removed, and I dont
  +                    // want that content to mix with the real content.
  +                    
  +                    _root.ensureEmpty();
  +                    _lastNonAttr = _root._doc;
  +                    _lastSplay = _root._doc;
  +                    _lastPos = 0;
  +                    _frontier = _root._doc;
  +                    
                       return;
  +                }
   
                   name = _replaceDocElem;
               }
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_0_0.xml
  
  Index: JaxenXPathTest_0_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_0_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_0_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_0_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_0.xml
  
  Index: JaxenXPathTest_10_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_10_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_10_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_1.xml
  
  Index: JaxenXPathTest_10_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_10_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_10_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_2.xml
  
  Index: JaxenXPathTest_10_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_10_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_10_2.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_3.xml
  
  Index: JaxenXPathTest_10_3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_10_3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_10_3.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_10_3.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_11_0.xml
  
  Index: JaxenXPathTest_11_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_11_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_11_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_11_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_12_0.xml
  
  Index: JaxenXPathTest_12_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_12_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_12_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_12_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment><!-- --></xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_13_0.xml
  
  Index: JaxenXPathTest_13_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_13_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_13_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_13_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_13_1.xml
  
  Index: JaxenXPathTest_13_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_13_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_13_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_13_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_14_0.xml
  
  Index: JaxenXPathTest_14_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_14_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_14_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_14_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_14_1.xml
  
  Index: JaxenXPathTest_14_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_14_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_14_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_14_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr1="a1" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_14_2.xml
  
  Index: JaxenXPathTest_14_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_14_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_14_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_14_2.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_15_0.xml
  
  Index: JaxenXPathTest_15_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_15_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_15_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_15_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_15_1.xml
  
  Index: JaxenXPathTest_15_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_15_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_15_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_15_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_15_2.xml
  
  Index: JaxenXPathTest_15_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_15_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_15_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_15_2.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_16_0.xml
  
  Index: JaxenXPathTest_16_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_16_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_16_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_16_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_0.xml
  
  Index: JaxenXPathTest_18_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment>
     </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_1.xml
  
  Index: JaxenXPathTest_18_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_2.xml
  
  Index: JaxenXPathTest_18_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_2.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment>
     </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_3.xml
  
  Index: JaxenXPathTest_18_3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_3.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_3.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_4.xml
  
  Index: JaxenXPathTest_18_4.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_4.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_4.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_4.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment>
   </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_5.xml
  
  Index: JaxenXPathTest_18_5.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_5.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_5.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_5.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:ext="http://somebody.elses.extension">
       </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_6.xml
  
  Index: JaxenXPathTest_18_6.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_6.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_6.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_6.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_7.xml
  
  Index: JaxenXPathTest_18_7.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_7.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_7.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_7.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:ext="http://somebody.elses.extension"> 
     </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_8.xml
  
  Index: JaxenXPathTest_18_8.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_18_8.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_18_8.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_18_8.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
       </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_19_0.xml
  
  Index: JaxenXPathTest_19_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_19_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_19_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_19_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_0.xml
  
  Index: JaxenXPathTest_1_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_1.xml
  
  Index: JaxenXPathTest_1_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_10.xml
  
  Index: JaxenXPathTest_1_10.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_10.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_10.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_10.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:ext="http://somebody.elses.extension"> 
     </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_11.xml
  
  Index: JaxenXPathTest_1_11.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_11.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_11.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_11.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
       </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_2.xml
  
  Index: JaxenXPathTest_1_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_2.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment><!-- --></xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_3.xml
  
  Index: JaxenXPathTest_1_3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_3.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_3.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment>
     </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_4.xml
  
  Index: JaxenXPathTest_1_4.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_4.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_4.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_4.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_5.xml
  
  Index: JaxenXPathTest_1_5.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_5.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_5.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_5.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment>
     </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_6.xml
  
  Index: JaxenXPathTest_1_6.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_6.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_6.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_6.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_7.xml
  
  Index: JaxenXPathTest_1_7.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_7.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_7.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_7.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment>
   </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_8.xml
  
  Index: JaxenXPathTest_1_8.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_8.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_8.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_8.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,2 +1,15 @@
  +<!-- Copyright 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. -->
   <xml-fragment xmlns:ext="http://somebody.elses.extension">
       </xml-fragment>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_9.xml
  
  Index: JaxenXPathTest_1_9.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_1_9.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_1_9.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_1_9.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_0.xml
  
  Index: JaxenXPathTest_20_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_20_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_20_0.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_1.xml
  
  Index: JaxenXPathTest_20_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_20_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_20_1.xml	27 Feb 2004 23:55:15 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_2.xml
  
  Index: JaxenXPathTest_20_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_20_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_20_2.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_3.xml
  
  Index: JaxenXPathTest_20_3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_20_3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_20_3.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_20_3.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_21_0.xml
  
  Index: JaxenXPathTest_21_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_21_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_21_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_21_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_21_1.xml
  
  Index: JaxenXPathTest_21_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_21_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_21_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_21_1.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_21_2.xml
  
  Index: JaxenXPathTest_21_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_21_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_21_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_21_2.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_22_0.xml
  
  Index: JaxenXPathTest_22_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_22_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_22_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_22_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_22_1.xml
  
  Index: JaxenXPathTest_22_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_22_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_22_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_22_1.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_23_0.xml
  
  Index: JaxenXPathTest_23_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_23_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_23_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_23_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_24_0.xml
  
  Index: JaxenXPathTest_24_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_24_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_24_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_24_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_2_0.xml
  
  Index: JaxenXPathTest_2_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_2_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_2_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_2_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_3_0.xml
  
  Index: JaxenXPathTest_3_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_3_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_3_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_3_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_4_0.xml
  
  Index: JaxenXPathTest_4_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_4_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_4_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_4_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_4_1.xml
  
  Index: JaxenXPathTest_4_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_4_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_4_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_4_1.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr1="a1" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_4_2.xml
  
  Index: JaxenXPathTest_4_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_4_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_4_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_4_2.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_5_0.xml
  
  Index: JaxenXPathTest_5_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_5_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_5_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_5_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_0.xml
  
  Index: JaxenXPathTest_6_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_6_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_6_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_1.xml
  
  Index: JaxenXPathTest_6_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_6_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_6_1.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_2.xml
  
  Index: JaxenXPathTest_6_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_6_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_6_2.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_3.xml
  
  Index: JaxenXPathTest_6_3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_6_3.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_6_3.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension">
     <a/>
   </b>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_4.xml
  
  Index: JaxenXPathTest_6_4.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_6_4.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_6_4.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_6_4.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <a xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_7_0.xml
  
  Index: JaxenXPathTest_7_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_7_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_7_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_7_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_8_0.xml
  
  Index: JaxenXPathTest_8_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_8_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_8_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_8_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_8_1.xml
  
  Index: JaxenXPathTest_8_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_8_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_8_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_8_1.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr1="a1" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_0.xml
  
  Index: JaxenXPathTest_9_0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_9_0.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_9_0.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment test="test" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_1.xml
  
  Index: JaxenXPathTest_9_1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_9_1.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_9_1.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr1="a1" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_2.xml
  
  Index: JaxenXPathTest_9_2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_9_2.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_9_2.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment attr2="a2" xmlns:java="http://xml.apache.org/xslt/java" xmlns:ext="http://somebody.elses.extension"/>
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_3.xml
  
  Index: JaxenXPathTest_9_3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_9_3.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_9_3.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1,3 +1,16 @@
  +<!-- Copyright 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. -->
   <doc xmlns:ext="http://somebody.elses.extension">
     <a test="test"/>
     <b attr1="a1" attr2="a2" xmlns:java="http://xml.apache.org/xslt/java">
  
  
  
  1.2       +13 -0     xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_4.xml
  
  Index: JaxenXPathTest_9_4.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/test/cases/xpath/expected/JaxenXPathTest_9_4.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxenXPathTest_9_4.xml	11 Feb 2004 06:19:37 -0000	1.1
  +++ JaxenXPathTest_9_4.xml	27 Feb 2004 23:55:16 -0000	1.2
  @@ -1 +1,14 @@
  +<!-- Copyright 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. -->
   <xml-fragment><!-- --></xml-fragment>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org