Hallo Michael,
thanks for the help.
continuing the question regarding "what would it be, if...":
Code:
<xsl:for-each select="Tag">
<xsl:value-of select="'1~'"/>
<xsl:value-of select="Tag_1/Tag_1_1"/><xsl:text>"</xsl:text>
<xsl:value-of select="Tag_2"/><xsl:text>"</xsl:text>
</xsl:for-each>
In the XML file, there is no tag "Tag", so for-each can not be processed. BUT, there are "Tag_1/Tag_1_1" and "Tag_2".
Will my Saxon Processor still output the value from "Tag_1_1" and "Tag_2"?
Last question:
What is the meaning of <xsl:value-of select="'1~'"/> ? Is it a constant?
Thank you for the help.
Regards,
Ratna