> I am working on a system that will be responsible for > splitting large XML files into record sized chunks. > These chunks will be handed off to end-users who > want the option of parsing them with whatever parser > they choose.
No XML compliant parser should parse such chunks, because they are not valid XML, to be anal retentive about it. And, if they do have any entity references in them, they will be unexpandeable even by those parsers, because they will have no clue how to get back to the DTD that defined them. -------------------------- Dean Roddey The Charmed Quark Controller Charmed Quark Software [EMAIL PROTECTED] http://www.charmedquark.com "If it don't have a control port, don't buy it!" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
