Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Minor doc tweaks.
Fixing the imports in a couple of the DOM examples: org.w3c.dom.DOMImplementationRegistry -> org.w3c.dom.bootstrap.DOMImplementationRegistry
Clean up DOM examples. Setting the DOMImplementationRegistry.PROPERTY system property is usually unnecessary. The DOMImplementationRegistry will find the META-INF entry in xercesImpl.jar and the load the right DOMImplementationSource. The Xerces serializer example is using a FileWriter which will write using the platform's default encoding. Since this has the potential to create a mismatch between the actual encoding of the document and encoding specified in the encoding declaration in the document this is often the wrong thing to be using. Changing the example to use a FileOutputStream instead.
Updating the DOM serialization FAQ. Xerces' native serializer is deprecated now.
Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html.
Updating several links in the documentation.
Updating FAQ on DOM revalidation. In memory validation against a DTD is supported. The schema-type must be set to "http://www.w3.org/2001/XMLSchema" in order to enable XML schema validation.
Fixing a typo introduced in the previous commit.
Adding a note about what happened to the org.apache.xerces.dom3 package.
Minor documentation improvements.
Documentation updates for DOM Level 3.
Fixing Jira Bug #974: http://nagoya.apache.org/jira/browse/XERCESJ-974 The code samples in the DOM documentation attempt to retrieve an instance of DOMImplementationLS with the "LS-Load" feature. This was changed to "LS". Fixed thanks to the patch by Jonathan Au.
Source files for documentation should include a license [1]. Adding boilerplate copyright notice for Apache License, Version 2.0 to all documentation source files with appropriate copyright dates. [1] http://www.apache.org/dev/apply-license.html
Adding FAQ on Java Object Serialization.
Fixing a link.
Fixing some typos and formatting of code samples.
Add more information on XML Schema API
Fixing several typos.
Patch to documentation concerning DOM Level 3. Submitted by Neil Delima.
Preparation for the new Xerces release: update docs
Update dom3 and release docs
Applying patchesfrom Michael Glavassevich: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17359 Also, made some renamed some FAQs to avoid truncation...
Update the DOM documentation for the new release
Fixing some indention problem in the sample source code.
getElementBy id moving to DOM FAQ
add a note about DOM Level 1 nodes
Updates docs to include description of DOM and XML Schema implementations in Xerces
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |