xml - XSLT - Substitute code for string -
i'm working on xslt inside program , uses xml 1.0. so, because it's inside program can't use other languages this. in program can select options data i'm not been able xslt. code this: <!-- md_dataidentification.topiccategory--> <div class="iteminfo"> <span style="color: black; font-size: 13;"> <span style="color: black; font-size: 15; font-weight:bold;">categoria temática:<br /></span> <xsl:choose> <xsl:when test="/metadata/dataidinfo[1]/tpcat/topiccatcd[(. != '001') , (. != '002') , (. != '003') , (. != '004') , (. != '005') , (. != '006') , (. != '007') , (. != '008') , (. != '009') , (. != '010')]"> <xsl:for-each select="/metadata/dataidinfo[1]/tpcat/topiccatcd[(. != '001') , (. != '002') , (. != '003') , (. != '004')