ACTION-511: line and column numbers from DOM

Just a quick update on what Laura has found concerning line and column
numbers in DOM:

The DOM / JAXP APIs do not expose this information, but, both Saxon
and Xerces do in their own implementations. We would have to then bind
directly to one implementation to take advantage of this but that
seems OK.

Saxon exposes only line numbers. Xerces exposes line and column. We
need Saxon for its more advanced XPath / XSLT support. But Xerces is a
parser, Saxon is an XSLT engine, more or less, so we should be able to
use both. *Should*. We'll see next week.

Sean

Received on Saturday, 16 June 2007 17:44:31 UTC