Neeraj Bajaj wrote:
>   NekoHTML uses core components of Xerces and XNI. 

Just as a clarification, NekoHTML doesn't *directly* use any
of the Xerces2 implementation components. It only uses the XNI
interfaces and some classes from the util package. 

I said "direct" because there is some indirect usage in that 
the HTML DOMParser that is added as a convenience extends from
the Xerces DOMParser so that the Xerces programmer can still
easily register SAX error handlers, entity resolvers, etc.
Also, the HTML DOMParser uses the Xerces HTML DOM impl.

> It would also be good idea to separate out components
> (HTML/WML DOM) which are not "core" to XML parser. 

I totally agree.

>         I would second Neil's comment for this subproject to have its own build
> file, src directory etc.. etc.. and having its separate releases. There should
> be link of the subproject from the main Xerces2
> (http://xml.apache.org/xerces2-j) page, which would take user to the sub-project
> pages having descriptions and information about the content of it.

Yep.

-- 
Andy Clark * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to