I'm generating a transform stylesheet (xslt) file with code (Visual basic and the DOM object). I have problems writing the next fragment:
...
<ADDRESS>
<xsl:value-of select="@STREET"/>; <xsl:value-of select="@NUMBER"/>
</ADDRESS>
...
To put the semicolon in the middle of both nodes is the question.
Thank's for any help.
...
<ADDRESS>
<xsl:value-of select="@STREET"/>; <xsl:value-of select="@NUMBER"/>
</ADDRESS>
...
To put the semicolon in the middle of both nodes is the question.
Thank's for any help.