1<?xml version="1.0"?> 2<!DOCTYPE book SYSTEM "sbk:/style/dtd/book.dtd"> 3<!-- 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the "License"); 9 * you may not use this file except in compliance with the License. 10 * You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, software 15 * distributed under the License is distributed on an "AS IS" BASIS, 16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 * See the License for the specific language governing permissions and 18 * limitations under the License. 19--> 20<book title="Xalan Testing" copyright="2000 The Apache Software Foundation"> 21 22 <!--resources source="sbk:/sources/tests/resources.xml"/--> 23 24 <document id="overview" 25 label="Overview" 26 source="tests/overview.xml"/> 27 28 <document id="getstarted" 29 label="Getting Started" 30 source="tests/getstarted.xml"/> 31 32 <separator/> 33 34 <external href="apidocs/index.html" label="Java API"/> 35 36 <separator/> 37 38 <document id="faq" 39 label="FAQ" 40 source="tests/faq.xml"/> 41 42 <document id="run" 43 label="Running Tests" 44 source="tests/run.xml"/> 45 46 <document id="submit" 47 label="Writing New Tests" 48 source="tests/submit.xml"/> 49 50 <document id="design" 51 label="Test Standards" 52 source="tests/design.xml"/> 53 54 <document id="xalanc" 55 label="Xalan-C Tests" 56 source="tests/xalanctests.xml"/> 57 <separator/> 58 <!-- How do you create a separator or item with text, but no link? --> 59 <external href="http://xml.apache.org/xalan-j" label="Xalan-J 2.x"/> 60 <external href="http://xml.apache.org/xalan" label="Xalan-J 1.x"/> 61 <external href="http://xml.apache.org/xalan-c" label="Xalan-C 1.x"/> 62 63</book> 64 65