Hello,
is ist possible to return the xpath expression for an instance of a
serializable object?
I receive an XML which may contain values for elements, which are not
valid (no, the schema is not strict enough) and i would like to log
wrong values and in order to find those elements later i think xpath
will be the right choice.
However i do not want to track the whole element tree.
Kind regards,
Johann
Markus7 - 28 Sep 2004 18:13 GMT
You might want to loop through the objects parents.
<snip