RE: DTD Error

2000-08-01 Thread Smith, Jonathan
If I have validation does my program need internet access? Johnathan Mark Smith Messaging & Collaboration PaineWebber Incorporated 1000 Harbor Boulevard, 6th Floor Weehawken, NJ 07087-6791 Phone: 201.352.1387 Fax: 201.902.5273 E-mail: [EMAIL PROTECTED] -Original Message- From: Jeffrey Ro

Re: DTD Error

2000-08-01 Thread Jeffrey Rodriguez
Hi Jonathan, When I run your xml document through sax.SAXCount with validation on with the latest cvs build I get: java sax.SAXCount -v ldapfeedwriter.xml [Error] ldapfeedwriter.xml:5:15: Element type "file-name2" must be declared. [Error] ldapfeedwriter.xml:13:10: The content of element type "file

DTD Error

2000-08-01 Thread Smith, Jonathan
One thing that I would like to bring up. is that if I have a dtd file like this one and the following xml file DavidRichards.csv pw411.pwj.com cn=directory manager 333

Re: Problem building current XERCES / XALAN

2000-08-01 Thread Arnaud Le Hors
The addition of the hasAttributes() method was decided by the W3C DOM WG last week on my request. I implemented it right away and didn't realize xalan depended on this interface and would break. Sorry about that. It is trivial to fix though. Note that the addition of this method was motivated by th

Re: cvs commit: xml-xerces/c/src/internal XMLReader.cpp

2000-08-01 Thread Andy Heninger
Dean Roddey asks > What is this UTF-8 BOM stuff? I've never heard of such a thing. Given the > form of UTF-8, why would it need a BOM? Its a multi-byte encoding, so there > are no components of it larger than a byte. That was pretty much my first reaction also. Checking with the ICU folks, tho

Re: cvs commit: xml-xerces/c/src/internal XMLReader.cpp

2000-08-01 Thread Arundhati Bhowmick
There were cases where the xml files had BOM marks and the encoding specified was utf-8. In those situation the parser's unable to recognize those files. This change causes the UTF-8 BOM to be completely ignored for any ASCII family encoding. Andy H had a valid question though - should the BOM o

Re: cvs commit: xml-xerces/c/src/internal XMLReader.cpp

2000-08-01 Thread Dean Roddey
What is this UTF-8 BOM stuff? I've never heard of such a thing. Given the form of UTF-8, why would it need a BOM? Its a multi-byte encoding, so there are no components of it larger than a byte. -- Dean Roddey The CIDLib C++ Frameworks Charmed Quark Software [EMAIL PROTECTED