This is an example about what I'm trying to do.
here is my xml file:
<BODY_TYPES>
<BODY_TYPE Name="BT3">
<SCENARIOS>
<SCENARIO Name="SC4" Services="SEARCH" Used="true">
<SCENARIO_STEP_LIST>
<SCENARIO_STEP...
i have tow for-each and one variable witch can be changed if some conditions are true, but after the finish of the for each the variable it is not any more recognized.
please read this code:
<xsl:for-each ....
<xsl:if ..contition1..
<xsl:variable name="var">1</xsl:variable>the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.