Re: HTMLDocument.write()

1999-12-16 Thread Assaf Arkin
Court Demas wrote: > > Is the DOM functionality going to be duplicated between OpenXML and > Xerces? Why not just have a single codebase for these things? (Licensing > issues?) Usable HTML parsers are very hard to come by (ICEsoft has the > only one I know of that deals well with bad html) and

Re: HTMLDocument.write()

1999-12-16 Thread Court Demas
Is the DOM functionality going to be duplicated between OpenXML and Xerces? Why not just have a single codebase for these things? (Licensing issues?) Usable HTML parsers are very hard to come by (ICEsoft has the only one I know of that deals well with bad html) and quite difficult to implement p

Re: PROPOSAL: regular build schedule

1999-12-16 Thread twleung
- Original Message - From: Stefano Mazzocchi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 1999 7:04 PM Subject: Re: PROPOSAL: regular build schedule > [EMAIL PROTECTED] wrote: > > > > 4. Build the release & test (Ted & IBM) > > Do you want me to create the

Re: HTMLDocument.write()

1999-12-16 Thread Assaf Arkin
I think it's good enough and certainly seems to be complaint with the specs. arkin (HTML parser will be coming, just as soon as I finish some DSML stuff) Court Demas wrote: > > I've hacked up an implementation of the HTMLDocument.write() and > writeln() methods. It's cheese but functional. I

Schemas, Entities, and Xerces

1999-12-16 Thread George T. Joseph
Maybe I'm being dense but I can't figure out how to define a text or external entity in an XML instance document and reference that entity later in the same document. In a DTD based XML, you'd define the entity in the internal DTD subset then reference it later in the content. But... An ENTITY

Re: New Committer request...

1999-12-16 Thread Pierpaolo Fumagalli
Ok... I lost basically one day of E-Mails (my DSL @ home is DOWN, and I had to turn all email somewhere else, a thing I can't control from italy). But we have 3 +1 (Stefano, Assaf and Scott) and no -1 (correct me if I'm wrong). Brian, can you open an account for Arnaud? Pier (angry like a

HTMLDocument.write()

1999-12-16 Thread Court Demas
I've hacked up an implementation of the HTMLDocument.write() and writeln() methods.  It's cheese but functional.  I'm wondering if it would be interesting to have this added or if somebody is already working on implementing it the Right Way. The idea is to just build up a string of what was writt

A few memory leaks in Xerces-C 1.0.0

1999-12-16 Thread John Goehringer
Here are some example patches documenting a few leaks we found. Let me know if these look ok. These are diff'ed against the Xerces-C-src_1_0_0.zip drop. Looks like they are still in the latest cvs version of the code at this time. We were stuffing SAXException's into a stl container, hence the add

NullPointerException in StringPool.addString

1999-12-16 Thread George T. Joseph
I've run across a NullPointerException when parsing an XML document against a schema and when that schema references an ENTITY in the content of a textEntity delcaration that was defined in the internal DTD of the schema. Wow, the sample code is shorter than the description! I've just started work

Re: Dec 15 Snapshot

1999-12-16 Thread Clark C. Evans
On Wed, 15 Dec 1999, Donald Ball wrote: > export XERCESCROOT=/home/balld/src/xml-xerces/c > sh runConfigure -p linux > make Thanks! This did the trick. BTW, the "make install" is creating non-standard directories in /usr/local (by default). This is bad. Most of these directories should be un

Re: Dec 15 Snapshot

1999-12-16 Thread Donald Ball
On Wed, 15 Dec 1999, Clark C. Evans wrote: > I cannot build the "c" version of today's snapshot > on a stock RH 6.1 Pentium box. > > I ran configure, and it tried to create /obj and /lib > So, I looked at the Makefile, and it did not define > XCERESCROOT, after defining this, it got a few more >

Dec 15 Snapshot

1999-12-16 Thread Clark C. Evans
I cannot build the "c" version of today's snapshot on a stock RH 6.1 Pentium box. I ran configure, and it tried to create /obj and /lib So, I looked at the Makefile, and it did not define XCERESCROOT, after defining this, it got a few more lines into the Makefile and tried to create /include/lib H

Re: PROPOSAL: regular build schedule

1999-12-16 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: > > In lieu of getting something automated in place, I think that we > should have a 1.0.1 binary build of Xerces-J. I also volunteer > myself (and IBM) as the release coordinator for this build. Please > let me know if you have any objections to this. No objections at

Re: New Committer request...

1999-12-16 Thread Stefano Mazzocchi
Assaf Arkin wrote: > > > Can we have some bunches of +1 please :) :) :) :) > > +1 > > And welcome aboard. +1 as well. -- Stefano Mazzocchi One must still have chaos in oneself to be able to give birth to a dancing star. <[EMAIL PROTECTED]>

New serializer API

1999-12-16 Thread Assaf Arkin
Based on Scott's, Stefano's and other contributors I've revamped the Serializer interface with the following changes: BaseSerializer has been renamed BaseMarkupSerializer, it's only intention in life is to be part of the XML/HTML/XHML serializer implementation. DOMSerializer has been added as an