Claus Rasmussen wrote: > I've put entity references behind and started using xincludes for my > "variables" and other reusable elements for my documents as suggested in > http://www.xmlmind.com/xmleditor/tutorial.html#id.s2.3 > > Now when I include the same element in multiple locations (a productname, > say) XXE validation tells me that this is a problem: > > "ID [myID] already defined (in fact, the same element is included several > times from [myfile#myID]) [cvc-id.2]" > > Very kind of XXE to point this out, but that is my intention :) So is there > any way to avoid this?
No, simply ignore this false warning. The sentence "in fact, the same element is included several times from ..." has been added to help you make a difference between real cross-reference problems and this case.

