In XSLT, many to many attributes comparing in for-each condition
问题 Using XSLT 1.0 Is it possible to filter many to many attributes, i mean as below example: "../../../../fieldmap/field[@name" i.e. more then 1 elements as fieldmap containing "field/@name" attribute are exists and it is comparing with definition/@title and there too more then one definition element exists containing @title. EXAMPLE: <xsl:for-each select="../../../../fieldmaps/field[@name=../destination/@title]"> Can you please suggest me how it could possible to achieve -- if field containing