June 25, 2004
<DBML>
<FORM>
<BODY>
<H2>Sample of Form</H2>
FIRST NAME:<INPUT TYPE="Text"
name="FIRSTNAME size="40"
MAXLENGTH="50">
<BR>
</BODY>
</FORM>
</DBML>


June 26, 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/