This commit is contained in:
@@ -135,6 +135,10 @@ namespace Sync
|
|||||||
foreach (XmlAttribute xa in xl)
|
foreach (XmlAttribute xa in xl)
|
||||||
if (xa.Value.ToUpper().EndsWith("XML"))
|
if (xa.Value.ToUpper().EndsWith("XML"))
|
||||||
retval.Add(xa.Value);
|
retval.Add(xa.Value);
|
||||||
|
xl = doc.DocumentElement.SelectNodes(@"//ns:Content/@Include", nsmgr);
|
||||||
|
foreach (XmlAttribute xa in xl)
|
||||||
|
if (xa.Value.ToUpper().EndsWith("SVG"))
|
||||||
|
retval.Add(xa.Value);
|
||||||
xl = doc.DocumentElement.SelectNodes(@"//ns:EmbeddedResource/@Include", nsmgr);
|
xl = doc.DocumentElement.SelectNodes(@"//ns:EmbeddedResource/@Include", nsmgr);
|
||||||
foreach (XmlAttribute xa in xl)
|
foreach (XmlAttribute xa in xl)
|
||||||
if (!xa.Value.ToUpper().EndsWith("LICX"))
|
if (!xa.Value.ToUpper().EndsWith("LICX"))
|
||||||
|
Reference in New Issue
Block a user