次の部分的なxpath式があります
IAAXML:party[@xsi:type='IAAXML:Organization']
私のソースXMLは次のとおりです。
<IAAXML:party xsi:type="IAAXML:Organization">
名前空間がそのように宣言されている場合:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
次のエラーが発生します。
The operand types are not compatible for the = operator
名前空間を使用してその属性を比較するにはどうすればよいですか?