dom-to-dtd.xsl domwriterfilter inheritage from nodefilter

"Jeroen van Rotterdam" <[email protected]>
Newsgroups gmane.comp.web.dom.test-suites.general
Message-ID <[email protected]>
There is a typo in dom-to-dtd.xsl:

In the sink interfaces: DOMFilterWriter should be: DOMWriterFilter


However, if you fix that you get an incorrect dtd.
DOMWriterFilter extends dom level 2 NodeFilter. The acceptNode method from
the super interface is not added to the dtd.

(member+|(var*,(handleError|handleEvent|resolveEntity|(startElement,acceptNode,whatToShow)|whatToShow)))?

should have been:

(member+|(var*,(handleError|handleEvent|resolveEntity|(startElement,acceptNode,whatToShow)|(acceptNode,whatToShow))))?


any idea ?

Thanks,

Jeroen

=====
X-Hive Corporation
Jeroen van Rotterdam, CEO
e-mail: [email protected]
phone: +31 10 2818080
http://www.x-hive.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.