Re: dom-to-dtd.xsl domwriterfilter inheritage from nodefilter
"Curt Arnold" <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <000801c2c5c2$b7752430$9700a8c0@curtkds> |
I'll have to investigate this one. I suspect that "traversal:" namespace qualifier on the base interface would also cause problems. If you've got some sample tests that I could use to test the production, it would be appreciated. Won't be able to work on this for at least 20 hours or so. ----- Original Message ----- From: "Jeroen van Rotterdam" <[email protected]> To: <[email protected]> Sent: Sunday, January 26, 2003 5:12 PM Subject: dom-to-dtd.xsl domwriterfilter inheritage from nodefilter > > 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,acceptNo de,whatToShow)|whatToShow)))? > > should have been: > > (member+|(var*,(handleError|handleEvent|resolveEntity|(startElement,acceptNo de,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 > >