Or perhaps have the parser just ignore the DOCTYPE tag in some fashion? I have XML files being used as "!ENTITY"s that also themselves need to have "!ENTITY"s and I have included the nested ones in the top-level file, but Visual Studio calls out my references to those in the 2nd-level files as not defined. Thanks!
views:
13answers:
1
A:
If I read your question properly, you have one XML file that includes additional, standalone XML data within in.
Are you wrapping the inner XML data in CDATA sections?
Steve Madsen
2010-04-28 20:40:51