At 09:58 AM 7/24/00, mgraham wrote:
>For instance, I would like a backend web application to be able to
>learn about form fields from the template tags:
>
>   [% input type='text' name='email' required=1
>validate_as='email_address' %]

That's where the XForm may come quite handy 
(<http://www.w3.org/MarkUp/Forms/>).  The specification is still been 
worked on, but it has some parts that can already be used on the back 
end.  I can see it (me thinks) fit quite nicely into Apache::ASP XML 
processor.  I thought about coding it up, but never got the time.

Cheers
Dmitry

Reply via email to