Hi all, is there a way to determine the line and column of the XML file associated with a specific DOMNode / element? The data in my XML format requires a few complex semantic validations that cannot be expressed by the DTD. The simpler errors can be detected based on the context while traversing the DOM tree and it would be nice to give more specific error messages.
Am I right that "DOMLocator" cannot be used since no "DOMError" occurs? Thanks! :) -- Michael Weitzel
