Dim bookTitle = "Programming LINQ"
Dim author1 = "Marco Russo"
Dim author2 = "Paolo Pialorsi"
Dim tagBook = "Book"
Dim attrName = "Title"
Dim tagAuthors = "Authors"
Dim book = _
<<%= tagBook %> <%= attrName %>=<%= bookTitle %>>
	<<%= tagAuthors %>><%= author1 & ", " & author2 %></>
</>
