我對XQuery非常陌生,所以如果我在某種程度上缺少某些東西,請原諒我。 我想提取其中元素的某些子節點是不同的數據,以及當某兄弟節點的等於一些預定義的字符串 for $product in fn:distinct-values(document('cpwdoc')/root/package/properties/value[@key="product"])
where document('cpw
當我使用下面的代碼時,我多次獲得相同的項目。 XElement neededFiles = new XElement("needed",
from o in _9nFiles.Elements()
join t in addedToSitePull.Elements()
on o.Value equals
t.Value
where o.Val