Re: [saxdotnet-devel] ErrorHandler arguments
Brought to you by:
jeffrafter,
kwaclaw
From: Karl W. <ka...@wa...> - 2005-01-13 20:34:35
|
Jeff Rafter wrote: >> For the purpose of the SAX API we define "parsing" as >> generating a sequence of call-backs on SAX handler interfaces >> that represent a well-formed XML document. This applies even >> if no actual XML document is being processed. > > > I can agree with that-- it would be good to couch it in such wording > though with the statement that we know what SAX Processing is and the > difference between an XML Processor and Application [1] proper are... > also, it should be noted (maybe in an example) that in the case of > something like a CSV parser that generates SAX events line number and > column number are still useful concepts. When not useful they should be > -1 and the entity should be (dare I say it?) null... > > [1] http://www.w3.org/TR/REC-xml/#dt-xml-proc Would you mind making such additions/corrections? You already seem to know what should be added. I can do the CVS stuff, to save you time, as there are already lots of changes in CVS that you would have to check out first. :-) Karl |