Re: request for widget library status report

David Crawshaw <[email protected]> Tue, 15 Apr 2003 01:08:13 +1000
Newsgroups gmane.comp.java.xwt.general
Message-ID <[email protected]>
On Tuesday, April 15, 2003, at 12:57  AM, Adam Megacz wrote:
> That's AWESOME.  I'm really bothered by the fact that I don't
> undersand XML.java.

I'm really glad I'm not alone here. I was just going to extend the 
current one, but MinML is badly in need of helpful commentary.

> If it's as fast as MinML (difficult) and less than twice as big (not
> difficult), this shouldn't be a problem.

I believe it will be as fast for handling classic ASCII based tags and 
attributes. The upper ranges of the unicode spec are only touched when 
the tags fall into it, or the document is badly-formed in a way that's 
not often seen.

It's not DTD validating, however I could add such support in about 2 
days flat. I am going to put <[CDATA[ ... ]]> in however, because it 
means you could have blocks of classic JavaScript.

It will be fast, or you will never see it. Except maybe for handling 
prefixed namespaces, which will add a milli-second here and there 
because the bitchy Namespace spec lets a prefix be redefined in a child 
element.

d


_______________________________________________
http://lists.xwt.org/listinfo/dev