Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

writing a xslt file

Status
Not open for further replies.

dboira

Programmer
Dec 17, 2001
10
0
0
ES
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=&quot;@STREET&quot;/>; <xsl:value-of select=&quot;@NUMBER&quot;/>
</ADDRESS>
...

To put the semicolon in the middle of both nodes is the question.
Thank's for any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top