views:

47

answers:

0

I'm using HierarchicalConfiguration for use with XML configuration files. Works great.

But now I need to report meaningful information as an error. I would like to print the offending fragment of XML (or at least report line #), but I can't seem to get hold of an XML object or string from a HierarchicalConfiguration object. Help! What can I do?