View Single Post
  #2 (permalink)  
Old 05-13-09, 08:47 AM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
I think ASP syntax is similar to PHP or Javascript.
When quoting a value that has quoted values you must use different style quotes.

Like this:
Code:
Line 30:         writer.WriteWhitespace("\n");
Line 31:         writer.WriteWhitespace("\n");
Line 32:         writer.WriteRaw("<imagePath value='product.jpg' />");
Line 33:         writer.WriteWhitespace("\n");
Line 34:        // writer.WriteRaw("<imagePath value = 'product.jpg' />");
__________________
Jerry Broughton
Reply With Quote