Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Added a link to the UPA constraint in the XML Schema 1.0 specification.
More updates to the release doc for Xerces-J 2.9.1.
Updating the release doc for Xerces-J 2.9.1.
Fixing typos.
Rewording a bit for clarity.
Adding a couple people I missed to the 2.9 credits.
More typo fixes.
More rewording.
Fixing a typo.
A bit of rewording.
Updating the release doc for Xerces-J 2.9.0.
Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html.
More updates to the release doc for Xerces-J 2.8.1.
Updating the release doc for Xerces-J 2.8.1.
Minor language improvement.
Updating the release doc and adding a description of Xerces-J 2.8.0.
Updating the release doc for Xerces-J 2.8.0.
Updating the release doc for Xerces-J 2.7.1.
Updating the release doc and adding a description of Xerces-J 2.7.0.
Updating the release document.
Updating copyright to 2005.
Updating the release document.
Updating the release document.
Update the release document.
Update the release doc.
Update the release doc.
Some documentation updates for XInclude 1.0 PR.
Updating the release document.
Updating the release document.
Updating the release document.
Updating the release doc.
Updating the release doc.
Updating the release doc.
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
Update release doc for Xerces 2.6.2. Adding Lucian to 2.6.1 release notes for fixing bug #26437.
Removing byte order mark.
Fixing some typos and formatting of code samples.
Updated release docs
Add description for Xerces 2.6.1.
Updating the release doc.
Updating the release doc.
fixed minor doc bugs
update docs prior to the release
Update the release doc, and improve the text in some of the entries.
Updating release notes.
Update the release doc.
Update the release doc.
Update the release doc.
Updating the release doc.
Update the release doc.
Update the release doc.
Removed character that made the document poorly formed.
Update the release document.
Fixed bug in HTML DOM implementation that would cause a hierarchy request error because it was trying to move all of the document node children to be children of the <html> node. But this is not desired behavior and actually causes a problem when trying to move the doctype node.
PR: Obtained from: Submitted by: Reviewed by: Correctin build failures. Now the build compiles sucessfully.
Document updates for the new release
Updating the release document, and fixing some typos.
update the release doc
patch from Michael Glavassevich to fix a typo in docs.
typo
Update dom3 and release docs
Updating the release document.
Fixed null pointer exception caused when no DTD handlers are registered with the parser.
release doc update
Updated the scanner implementation to NOT buffer when scanning CDATA sections. This enables Xerces to use less memory and be able to parse very large CDATA sections which would previously cause out-of-memory exceptions. Reported by: Jim Layer <james_layer@reyrey.com>
Updates to PSVI interfaces
minor doc update to complete description of XMLLocator change
updated release info
Update the release document.
update release docs in preparation for 2.3.0
Removed setter methods from XMLLocator interface for finalization of XNI.
Update release info
give credit for patch to bug 13282 in release docs
doc updates to reflect ability to validate schema for schemas
release doc update for 2.2.1
release updates for 2.2.0
Removed UTF-8 BOM that was confusing StyleBook.
1) Added methods to XMLComponent so that parser configurations can query the preferred default values for settings. Also modified all of the classes that implement or use this interface to take advantage of the new calls. 2) Removed extraneous output from xni.Writer sample.
minor doc updates (really should have gone into 2.1).
doc updates for upcoming release
Updates docs to include description of DOM and XML Schema implementations in Xerces
Updating the release documentation.
modified 2.1 release info
give credit where it is due.
final release update before 2.0.2
added line for compareTreePosition
Update documentation related to DOM Level 3
Updating release document.
Performance patch from Henry Zongaro. This patches converts some array resizing detection code from catching ArrayIndexOutOfBoundsExceptions to simply checking the size of the array; It also improves the algorithm used for recognizing entities/notations, and streamlines the praramters of certain DTD grammar methods in recognition of the fact the scope is not relevant for that grammar type.
Update releases doc
Updated xni.DocumentTracer to print augmentation information.
Removed dependence on SAX attribute interfaces from XMLAttributesImpl utility class. The AbstractSAXParser already defines a SAX attribute proxy class so that the parser and components can be properly layered.
AGAIN: Strange character appeared at the beginning of the file, which causes a well-formness error. Anyone knows why this is happening?
Improved handling of settings in parser classes making it easier to re-use the parsers with other parser configurations. Previously, the parser instances assumed that all configurations supported various settings (i.e. the parser would set default values without first adding the recognized features and property identifiers to the parser configuration).
Fixed bug in HTML DOM implementation that was causing xerces.dom element nodes to be created instead of the appropriate HTML element nodes. Reported by: Ron Cemer <ron@roncemer.com>
Fixed bug to avoid null pointer exception in AbstractDOMParser when locator information is not available from parser config.
Strange character appeared at the beginning of the file, which causes a well-formness error.
fixed Java serialization and added a Test for it
Fixed bug in WrappedInput/OutputStream sample classes. Reported by: Morten Bj�rhus <morten.bjorhus@telenor.com>
added update about ID attributes managemenet in DOM
docs updates reflecting extensions to build file.
further fix for EBCDIC file i/o performance. This also enables more EBCDIC encodings to work with the parser. Thanks to Henry Zongaro for finding the lines that needed tweaking.
PR: Obtained from: Submitted by: Reviewed by: Updated files for the next release.
update for forthcoming release
Updating release document.
update release doc
final? update to release documentation before Xerces 2.0.0
1. Updated releases.xml to included my updates; 2. Two of schema bugs were fixed. Removed them from schema-limitation; 3. Now we support dos path, so removed the faq about it; 4. Added description for dom sample: DOMAddLines.
update docs
update release document.
added line for my fixes
Update release docs
release update
fix for bug #6008
committing some (slightly modified to take care of regressions) massive XNI changes on behalf of Andy Clark. These make use of XMLResourceIdentifier in start.*Entity calls, and add Augmentations to various DTD Handler callbacks. Things yet to do: 1. Make Augmentation callbacks consistent. They are null sometimes, not others; need to make them null by default. 2. Propagate XMLResourceIdentifier to remaining methods it could and is not being used in. 3. Tie XMLResourceIdentifier and XMLLocator together.
Added ability to override default parser configuration.
implemented support for UCS-2 and UCS-4 encodings by the use of a custom Reader class. Still need to revisit performance issues related to reading input character-by-character when that is not necessary.
Added internal subset string to DOM.
forgot to add contributions from Lisa Martin to the release doc yesterday (sorry Lisa!)
more doc updates--forgot to include info about jar file split last time.
update release info
added DOM Level 3 Core stuff
Update the release document for changes in the coming release.
update releases doc
No longer wrapping RuntimeException in the parse method so that application errors get passed out correctly. Bug: 5076
Fixed double entity value bug in deferred DOM impl.
Added missing default attribute values.
Reverted Schema validation to pay attention to validation feature id.
Fixed types for DTD and XML Schema validator components in the XNI Manual regarding the Xerces2 reference implementation.
Added missing constructor to DTD/XS parser configuration.
update
Documentation changes for new Schema alpha release.
Updated build script and documentation in preparation for the Xerces 2.0.0 (beta3) release.
Fixed newline normalization bug. Reported by: Aleksander Slominski <aslom@cs.indiana.edu>
Updated build script so that both the Version.java source file and the entities used in the documentation that represent the parser version is set during the build. This simplifies the build because you only have to update the version numbers in one place, the build.xml file.
Added *Filter interfaces for pipeline components that both consume and produce streaming infoset events.
Added getter methods to XMLParserConfiguration interface.
Fixed bug where the DTD scanner was reporting entity boundaries where not appropriate. For example, the use of the implied-space parameter entity in line 2 and 3 of the following: 1: <!ENTITY % implied-space ''> 2: <!ENTITY % parameter-entity '%implied-space;'> 3: <!ELEMENT%implied-space;elem (this|that)> Since the XNI handler does not break down the various markup declarations into the smallest granularity, reporting an entity boundary in the above cases is not useful to registered handlers.
1) Removed methods for entities in attribute values from the XMLAttributes interface. 2) Fixed bug in deferred DOM implementation where attribute values where not being "fluffed" up properly. 3) Fixed bug in buffering of attribute's non-normalized value in XMLScanner.
Added a non-normalized value to the XMLDTDHandler#internalEntityDecl method in XNI and implemented it in Xerces2. Also implemented the non-normalized attribute values as well. Next: remove the entities methods from the XMLAttributes interface.
Fix for bug #3449. Submitted by: Pavani Mukthipudi <Pavani.Mukthipudi@sun.com> Reviewed by: Andy Clark <andyc@apache.org>
Fixed bug in SAX parser that was not forwarding external entity declarations in the DTD. Submitted by: Neeraj Bajaj <Neeraj.Bajaj@sun.com> Reviewed by: Andy Clark <andyc@apache.org>
Change log for document fragment scanner change.
Updated documentation for new deferred DOM implementation.
Updated version number for impending Xerces-J 2.0.0 (beta2) release.
Fixed bug for when namespace bindings were added as default attributes from the DTD. And I had just removed the namespaces feature from the XMLDTDValidator code because I thought it wasn't needed. <sigh/> Reported by: John Caron <caron@unidata.ucar.edu> Attempted patch submitted by: Neeraj Bajaj <Neeraj.Bajaj@sun.com>
Updates to make the Xerces2 standard components are in sync with the documentation regarding their supported features and properties.
Update change log for XNI Manual addition and Xerces2 branch merge.
Merge/move of Xerces 2 to the trunc!
updated log related to DOM
release notes for 1.4.3
documentation updates for 1.4.2
small doc clarification
release update
documentation updates
added some info for the 1.4.1 release
updated release date
updated release notes
release updates
documentation updates; schema.xml still needs a thorough rework.
updates to XPath support for Schema identity constraints to bring it closer to Schema PR. More work needs to be done. Patch from Achille Fokoue Nkoutche.
implemented changes to Schema PR syntax of <attribute> declarations. Patch by Ted Han (than@ghx.com>.
an even better French resource bundle; thanks to Jean-Claude Dufourd and Laurent Foret.
incorporate French resource bundle for our regex package. Contributed by Jean-Claude Dufourd.
people have names, let's use them!!
More features/ more people..
fixed a type
missed a change from 1.3.0
documentation changes for Xerces 1.3.1
Record of commit change.
Updated release information.
documentation changes for Xerces 1.3.0
Update releases to reflect new code for identity constraints.
updated
Release message for latest patch.
Added bug fix notice.
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.
Prepare files for Xerces 1.2.3
minor fix to release notes
Xerces 1.2.2 DOM 2 Recommendation supportand bug release
release Xerces 1.2.2
Release 1.2.1 bug fix release
Ommitted / in end tag so it broke build- Fixed PR: Obtained from: Submitted by: Reviewed by:
changes for 1.2.0
changes for 1.2.0
Escape less-than in character content.
changes for 1.1.4
release notes update for 1.1.3
added anyAttribute Support
add a item, --ericye
clean up XMLValidator
doc changes for 1.1.3 --ericye
Fixed SAXParser so that it would call the registered DeclHandler and LexicalHandlers for SAX2. Thanks to Matt Jones <jones@nceas.ucsb.edu> for the bug report.
Typo.
Update release informatino.
Updated documentation for next build and release.
release 1.1.1
Release 1.1.1
requirement for FOP generation
Updated release information for upcoming build of 1.1.0
fixed the release date
updated for new release
Attribute contributor for bug report. PR: 62
Minor updates.
Xerces 1_0_3 release preparation.
Relaxed restraint of xml:space attribute for XHTML DTDs. The
following is taken from the XML 1.0 Specification:
[2.10] A special attribute named xml:space may be attached
to an element to signal an intention that in that element,
white space should be preserved by applications. In valid
documents, this attribute, like any other, must be declared
if it is used. When declared, it must be given as an
enumerated type whose only possible values are "default"
and "preserve". For example:
<!ATTLIST poem xml:space (default|preserve) 'preserve'>
Depending on how you read this text, you could argue that
when xml:space is declared, it *must* have those two options.
Or, a less relaxed reading would state that the only allowed
values are "default" and "preserve" but not necessarally
both.
Since the XHTML 1.0 Specification uses the relaxed reading
when defining xml:space attributes on elements, the
XMLDTDScanner has been modified to allow for the less
strict reading of the specification.
Thanks to David Brownell <david-b@pacbell.net> for the bug
report.
PR: 33
Missing close LI element.
Update change log.
changelog for 1.0.2 PR: Obtained from: Submitted by: Reviewed by:
Update docs for streaming character functionality PR: Obtained from: Submitted by: Reviewed by:
Update docs for 1.0.1 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 |