Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Use correct terminology. character entity -> character reference.
Minor doc tweaks.
Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html.
Refer to isElementContentWhitespace() from DOM L3 instead of the Xerces specific method.
Fixing a couple of typos.
Adding documentation for the ignore-xsi-type-until-elemdecl feature.
Adding documentation for the id-idref-checking, identity-constraint-checking and unparsed-entity-checking features.
Adding documentation for the validation/balance-syntax-trees feature.
Improve the description of the schema validation feature by emphasizing that schema-full-checking must be enabled in order for Xerces to perform expensive schema checks such as UPA.
In features/properties examples encourage setting of namespace awareness.
JAXP 1.3 added a setFeature method to DocumentBuilderFactory. Document this method as the preferred way for setting features on a DocumentBuilderFactory.
Update list addresses in the documentation.
Improve description of XInclude features.
Adding documentation for honour-all-schemaLocations and three new XInclude features.
Fixing typos. "underyling" should have be "underlying".
Adding documentation for generate-synthetic-annotations and validate-annotations.
Adding documentation for use-attributes2, use-entity-resolver2 and use-locator2.
Update features and properties docs. We should be showing examples which use JAXP rather than ones which use org.apache.xerces.parsers.DOMParser directly.
Adding documentation for most of the SAX 2.0.2 and SAX2 Extensions 1.1 features and properties.
Adding a 'since' field for features and properties to identify in which release a given feature or property was added.
Adding http://xml.org/sax/features/lexical-handler/parameter-entities from SAX2 Extensions 1.0 to list of supported SAX features.
Fixing a typo.
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
Removed emph tag which was invalid.
Document updates for the new release
A new feature: http://apache.org/xml/features/standard-uri-conformant When it's turned on, it has to be a URI where a URI is expected, otherwise a URI.MalformedURI excpetion (a subclass of IOException) is thrown.
Updating the docs for the new "disallow-doctype-decl" feature.
A new feature to indicate whether PSVI augmentation is necessary.
Added the scanner/notify-char-refs and scanner/notify-builtin-refs features to the documentation.
Updates docs to include description of DOM and XML Schema implementations in Xerces
minor doc fix.
Adding entry for warn-on-duplicate-entitydef feaure.
PR: Obtained from: Submitted by: Reviewed by: include-ignorable-whitespace feature is relevant only when the grammar is DTD.
Add new features: validation/schema/normalized-value validation/schema/element-default
Updated features doc for string-interning feature. Default is true.
Modified APIs to include reference to DOM L3 APIs Modified FAQ: - general to include questions about DOM L3, PSVI - configuration and validation: to explain how xerces validation works Modified description of validation features Modified xni samples to include reference to new PSVI samples. Commented out xni-core API description (instead should look at javadocs)
A new feature is added "validation/schema-full-checking" (as in Xerces-J), which controls whether the 3 special constraints are checked against schema: Unique Particle Attribution, Particle Derivation, Element Consistent.
fix documentation for the defaults of two more features. The parser does not produce warnings on duplicate attribute definitions or for undeclared elements that are referenced in a DTD by default.
fix for doc problem vis. SAX namespace-prefix feature pointed out by Arun Yadav and Glenn Marcy.
Fixing bug [943]: whenever a string is added into SymbolTable, we internalize it using String#intern(), so that the strings passed to the application are java-internalized, and can be reference-compared with other java-internalized strings. The sax feature controls whether to internalize Strings using String#intern(). The behaviour of this feature changed from always off to always on.
Documentation changes for new Schema alpha release.
Port of the deferred DOM to Xerces2. The major change is that it no longer uses/depends on the StringPool. Interestingly, this actually makes it more independent of the parser and it could easily be used with another one.
Merge/move of Xerces 2 to the trunc!
added info about the new schema checking feature
fix for bug #548 by Henry Zongaro
fixed typo
implemented new feature load-external-dtd so that when non validating the application can ask the parser not to fetch the external DTD at all.
change feature load-DTDGrammar to load-dtd-grammar, add this new feature's description to features.xml
add more description to feature " create-entity-ref-nodes" --ericye
Updated documentation for next build and release.
requirement for FOP generation
Feature http://apache.org/xml/features/domx/grammar-access did not specify the default value in the documentation.
Docs change to remove reference to SAX2 Configurable interface.
Update properties and features for SAX2beta.
Update docs for 1.0.2 PR: Obtained from: Submitted by: Reviewed by:
Added feature so that user can decide whether or not ignorable whitespace text nodes appear in the DOM tree. By default, the text nodes are there and, thus, there appears to be no change from current behavior. PR: Obtained from: Submitted by: Reviewed by:
Sync up documentation. PR: Obtained from: Submitted by: Reviewed by:
moved the Xdocs here instead of the xml-site (that should not contain the original documents)
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 |