1<?xml version="1.0"?> 2<!-- 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the "License"); 8 * you may not use this file except in compliance with the License. 9 * You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, software 14 * distributed under the License is distributed on an "AS IS" BASIS, 15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 * See the License for the specific language governing permissions and 17 * limitations under the License. 18--> 19<!-- $Id$ --> 20<Document xmlns:x="www.x.com" a1="hello" a2="goodbye"> 21<!-- Default test document --> 22<?api a1="yes" a2="no"?> 23<A><B><C><D><E><F/></E></D></C></B></A> 24<Aa/><Ab/><Ac><Ac1/></Ac> 25<Ad xmlns:xx="www.xx.com" xmlns:y="www.y.com" xmlns:z="www.z.com"> 26<Ad1/></Ad> 27</Document> 28