>-----Original Message-----
>From: Tim Ellison [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, July 26, 2006 1:32 PM
>To: harmony-dev@incubator.apache.org
>Subject: Re: [classlib][html] Should we try to be binary compatible with
>Sun's bdtd?
>
>On 25/07/06, Miguel Montes <[EMAIL PROTECTED]> wrote:
>> Hi:
>> Working on the HTML parser, I found the following problem.
>> The HTML parser can be parameterized by a DTD. The class
>> javax.swing.text.html.parser.DTD has a method read(DataInputStream), that
>> reads a DTD in binary format. AFAIK, there is no public specification of
>> this format, and the recent contribution of the HTML component (HARMONY-
>948)
>> seems to use its own binary format.
>> Although I don“t know if there are applications out there using this
>method
>> to load custom DTDs, the method is public, so I think we should be
>> compatible with Sun. That is, we should be able to read Sun's bdtd, and
>our
>> bdtd should be readable by Sun's implementation.
>
>I agree that it would be good to aim for interoperability here.
>
>> Am i missing something? Does anyone know if there is a specification? Is
>it
>> OK to reverse engineer the file "html32.bdtd"?
>
>I don't know of a spec, if you don't find one after some searching it
>may be something we want to go back and ask Sun.  I recommend that you
>don't reverse engineer their implementation/format to figure it out.
>In the meantime we shall have to remain incompatible.

I don't know about any spec. The bug on Sun site [1] seems to prove there is no 
spec for the binary format of DTD.

In this implementation binary format is just a serialized version of DTD based 
on HTML 4.01 Transitional.

Why do we need to read the binary DTD of Sun? Harmony classlib will have its 
own bdtd, which it is able to deal with. IMHO if we need to, we can create our 
own html32.bdtd.

[1] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4216248

Regards,
Alexey.

>
>Regards,
>Tim
>
>--
>
>Tim Ellison ([EMAIL PROTECTED])
>IBM Java technology centre, UK.

--
Alexey A. Ivanov
Intel Middleware Product Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to