Hello, how can i determine the line number of the source node in the xml document? I am implementing a TraceListener. The TracerEvent has the source node of type org.w3c.dom.Node. I cant find a way through the API to get the line number of this node in the xml document.
The style node of type ElemTemplateElement has a method to get the line number. Thank you for help Martin
