I have a set of XML configuration files, which are long and complex. The structure is that some attributes are defined in a parent xml and are imported and overridden by the children xml.
Because of 20 odd such files, it becomes confusing to understand which properties are imported and whats the relationship between the files.
Are t开发者_StackOverflow社区here any tools to visually represent the relationship between xml (like class diagrams in java)
Thanks !
try Altova XML Editor... I'm not 100% sure if it does that, but is a great tool for working with XML.
精彩评论