You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Andy Clark <an...@apache.org> on 2004/02/20 08:01:51 UTC

[Announce] CyberNeko Tools for XNI 2004.02.19 Available!

Hello, everyone!

It's been a little over two months since I had a release of
my CyberNeko Tools for XNI. I've taken that time to add a lot
of requested features and fix some bugs in the HTML parser.
The changes include:

   * CDATA scanning
   * Namespace processing
   * Settings to add or override namespace bindings
   * Settings to add or override doctype declaration
   * Filter to "purify" input to produce well-formed XML
   * Newline scanning bug fix
   * Infinite loop bug fix

In order to match browser behavior more closely, CDATA
sections are communicated as comments, by default. If you
set the CDATA section feature to true, however, then CDATA
start/end boundaries are reported and the content is sent
through the XNI pipeline as character content.

The namespace processing is provided as a way to handle
documents with namespaces or add namespaces to documents
that don't have them. This feature is not a replacement
for a compliant XML parser when parsing XHTML documents,
though.

Two pipeline component were added to the filters package:
one to bind namespaces and another to "purify" the input
in order to ensure that the output is well-formed XML. The
NamespaceBinder component is automatically added to the
parsing pipeline by the parser when the SAX namespaces
feature is set to true so you do not need to instantiate
it directly.

The Purifier component does its best to fix problems that
are not handled by the tag balancer. For example, the
purifier will replace invalid XML characters appearing in
the document by encoding them in an XML-safe way. Also,
the purifier ensures that comments never contain "--",
CDATA sections never contain "]]", and even makes sure
that the root element name in the doctype declaration
callback matches the document root element name.

As always, you can find the latest downloads at my Apache
website:

   http://www.apache.org/~andyc/neko/doc/index.html

Enjoy!

-- 
Andy Clark * andyc@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


[Announce] CyberNeko Tools for XNI 2004.02.24 Available!

Posted by Andy Clark <an...@apache.org>.
Turns out there was a serious bug in the new namespaces
feature of the latest release of the HTML parser. So here's
a quick update to fix it:

   http://www.apache.org/~andyc/neko/doc/index.html

Sorry for the inconvenience.

-- 
Andy Clark * andyc@apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


[Announce] CyberNeko Tools for XNI 2004.02.24 Available!

Posted by Andy Clark <an...@apache.org>.
Turns out there was a serious bug in the new namespaces
feature of the latest release of the HTML parser. So here's
a quick update to fix it:

   http://www.apache.org/~andyc/neko/doc/index.html

Sorry for the inconvenience.

-- 
Andy Clark * andyc@apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org


[Announce] CyberNeko Tools for XNI 2004.02.24 Available!

Posted by Andy Clark <an...@apache.org>.
Turns out there was a serious bug in the new namespaces
feature of the latest release of the HTML parser. So here's
a quick update to fix it:

   http://www.apache.org/~andyc/neko/doc/index.html

Sorry for the inconvenience.

-- 
Andy Clark * andyc@apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org