Re: Making Xerces parse other formats

2003-03-06 Thread Tahir Hashmi
On Thu, 6 Mar 2003 22:28:30 -0800 Dean Roddey wrote: > I don't think you'd find it worth the effort. The core parser bits are > very heavily tied directly to the XML format. There is no reason for it > to do otherwise really, since it's an XML parser. You could obviously > slip your own parsing sy

RE: Making Xerces parse other formats

2003-03-06 Thread Dean Roddey
10:28 PM To: [EMAIL PROTECTED] Subject: Making Xerces parse other formats Hi! I'm working on alternate encodings of XML and one of my objectives is compatibility with XML API and processing. I'd like to have Xerces be able to recognize and parse the alternate format too, so that I may have a w

Making Xerces parse other formats

2003-03-06 Thread Tahir Hashmi
Hi! I'm working on alternate encodings of XML and one of my objectives is compatibility with XML API and processing. I'd like to have Xerces be able to recognize and parse the alternate format too, so that I may have a working demo available. I'd like to know whether the XML parsing and generatio