Re: AFs and the DPH

Paul Prescod (papresco@technologist.com)
Thu, 02 Oct 1997 15:03:10 -0400


Peter Murray-Rust wrote:
> I'm not quite clear how this differs from simply processing attribute
> values (which is what I do at present).

The difference is that you expect a step *between* parsing and
application processing. Typically the application doesn't care about
what the original forms of the elements are, so it just gets a stream of
architectural events intead of a stream of events directly from the XML
parser.

Paul Prescod