0
我正在嘗試這種情況,但它總是通過其他方式退出,你能幫我嗎?感謝xQuery IF條件無法正常工作
if ($orderLine[osm:ProductSpecification/text()="X"] and osm:ExtensibleAttributes[osm:Name = "Y" or osm:Name = "Z"] and osm:NewValue/text() = "A")
then
<AccessType>X</AccessType>
else
<AccessType>{$attribute/osm:NewValue/text()}</AccessType>
)
顯然沒有辦法,我們可以幫你調試此沒有看到的源文件,或知道什麼$ ORDERLINE包含。我們不是魔術師。 –