~ubuntu-branches/ubuntu/karmic/libxerces2-java/karmic

« back to all changes in this revision

Viewing changes to docs/dom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-12-04 17:37:55 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061204173755-hb6ybrrrk097zhx7
Tags: 2.8.1-1ubuntu1
* Merge with Debian unstable; remaining changes:
  - Build -gcj package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" standalone="no"?>
 
2
<!--
 
3
 * Copyright 2002-2005 The Apache Software Foundation.
 
4
 *
 
5
 * Licensed under the Apache License, Version 2.0 (the "License");
 
6
 * you may not use this file except in compliance with the License.
 
7
 * You may obtain a copy of the License at
 
8
 *
 
9
 *     http://www.apache.org/licenses/LICENSE-2.0
 
10
 *
 
11
 * Unless required by applicable law or agreed to in writing, software
 
12
 * distributed under the License is distributed on an "AS IS" BASIS,
 
13
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
14
 * See the License for the specific language governing permissions and
 
15
 * limitations under the License.
 
16
-->
2
17
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
3
18
<s1 title="Document Object Model">
4
19
<s2 title="Introduction">
6
21
<ul>
7
22
<li><jump href='http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/'>DOM Level 1 Core and HTML</jump></li>
8
23
<li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/'>DOM Level 2 Core</jump></li>
 
24
<li><jump href='http://www.w3.org/TR/DOM-Level-3-Core/'>DOM Level 3 Core</jump></li>
9
25
<li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/'>DOM Level 2 Traversal and Range</jump></li>
10
26
<li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/'>DOM Level 2 Events: Mutation Events</jump></li>
 
27
<li><jump href='http://www.w3.org/TR/DOM-Level-3-LS/'>DOM Level 3 Load and Save</jump></li>
11
28
</ul>
12
 
<p>
13
 
Xerces2 also provides an <strong>experimental</strong> implementation of <link idref="dom3">DOM Level 3 'Core' and 'Load and Save' Proposed Recommendations</link>.
14
 
</p>
15
29
</s2>
16
30
 
17
31
<s2 title="DOM Programmer's Guide">