How to search node value using loop in XSLT?
问题 From below code I want to check whether network B is present in one of the operator station node or not. If present then returns true or false. Actually I want to achieve the code like break statement in loop. But as break is not exist in XSLT then please suggest me solution to achieve it. Please follow the same code and suggest using key or variable value as list of record. XSLT: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:w3="http://www.w3.org"> <xsl