Hi there
I am using Stylus Version 5.3, build 179h
I wonder why the stylus adds code to my xsl when I don't expect it to.
Please open the attached stylesheet and execute the following steps:
- Switch to the mapper view
- You should see the first loop showing
<xsl:for-each select="List/M_IFTMIN/G_SG10">
- Choose the SegmentIdentifier tag in the G521 element on the target side (right mouse click) and change the actual value from C521 to anything like C52
- In that moment a lot of expressions are changed.
e.g. <xsl:for-each select="List/M_IFTMIN/G_SG10[S_NAD/D_3035='CA']">
How can I switch off that kind of behaviour?
Best regards, Oliver Rennert
xsl.zip Example sheet showing the problem
|