Hello,
I have an asp page that displays an xml output
asp code
this displays
I tried
but I get a syntax error
I have an asp page that displays an xml output
asp code
Code:
act.WriteLine("<month>" & rs("month") & "</yr>" )
Code:
<month>05</month>
{/code]
I would like to display
[code]
<item month="05" value="1.2" />
I tried
Code:
act.WriteLine("<item month= >" & rs("yr") & "<value= >" & rs("dddpva")/>" )