digitalmars.D - My New Programming Language: Data Base Markup Language - Form1.htm
-
nandu_dhekane yahindmail.com
(18/18)
Jun 25 2004
- J C Calvarese (12/28) Jun 26 2004 Two questions:
<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
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