wml and asp code problem
hey
Anyone used asp in wml code? I've got some code that wont work, the asp code works fine but within wml it just brings back an error saying "expected entity name for reference". The database just has basic data in it with some <br/> tags to split it up.
<wml>
<card id="card1" title="mytitle">
<%
Do while Not RS.EOF
%>
<p><%= RS("data1")%></p>
<p><%= RS("data2")%></p>
<%
RS.MoveNext
Loop
%>
</card>
</wml>
Any ideas much appreciated.
Cheers
Rich
Anyone used asp in wml code? I've got some code that wont work, the asp code works fine but within wml it just brings back an error saying "expected entity name for reference". The database just has basic data in it with some <br/> tags to split it up.
<wml>
<card id="card1" title="mytitle">
<%
Do while Not RS.EOF
%>
<p><%= RS("data1")%></p>
<p><%= RS("data2")%></p>
<%
RS.MoveNext
Loop
%>
</card>
</wml>
Any ideas much appreciated.
Cheers
Rich
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
28
Dec 28, 2015 11:07 PM
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM



