You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-user@xml.apache.org by Klemen Zagar <kl...@cosylab.com> on 2003/12/24 12:44:20 UTC

Determining location in XML source of an XML bean

Hello.

Given an XmlObject instance, is it possible to determine where in the 
source XML file it occurred. E.g., in example

<envelope xmlns="...">
   <child/>
</envelope>

I'd like to somehow ask the "child" instance where it can be found in the 
XML (in this case, something like 'row 2, column 3').

Regards,
   Klemen.


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-user-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/