www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - My New Programming Language: Data Base Markup Language - Form1.htm

reply nandu_dhekane yahindmail.com writes:
<DBML>
<FORM>
<BODY>
<H2>Sample of Form</H2>
FIRST NAME:<INPUT TYPE="Text"
name="FIRSTNAME size="40"
MAXLENGTH="50">
<BR>
</BODY>
</FORM>
</DBML>


begin 0644 Form1.htm



463X-"CPO1D]233X-"CPO1$)-3#Y,
`
end
Jun 25 2004
parent J C Calvarese <jcc7 cox.net> writes:
nandu_dhekane yahindmail.com wrote:
 <DBML>
 <FORM>
 <BODY>
 <H2>Sample of Form</H2>
 FIRST NAME:<INPUT TYPE="Text"
 name="FIRSTNAME size="40"
 MAXLENGTH="50">
 <BR>
 </BODY>
 </FORM>
 </DBML>
 
 
     Sample of Form
 
 FIRST NAME:
Two questions: 1. You don't explicitly mention the D programming language in your post. Are you posting here because you're implementing the engine in D? (If so, that's great.) 2. Have you considered using XML specifically instead of a HTMLish syntax? Then you and anyone else using your "DBML" could parse it with existing tools such as Expat (http://expat.sourceforge.net/) or SAX (http://sax.sourceforge.net/). -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Jun 26 2004