Matt Feifarek wrote:
> Martin and I are making our first public release of our new "FormKit", and
> wanted to invite the Webware community to try it out, comment, and even
> participate in its further development.

[posted only to the devel list]

Looks interesting (I'd say fun, but I think that's trademarked
by Ian - how about "FreeFormKit"?).

One thing I don't really see in either kit is having
a template that uses regular expressions, something like:

Person:
<name>{1} 
        Mandatory 1
<address>{1?} 
        Mandatory at least 1
<phone>{1,3} 
        Mandatory 1-3
<publications>{*}       Non-mandatory
<email>{1+}
<fax>{1?} 
        0 or 1
<company>{1}

Company:
<companyname>{1}
<companycontact>{1+}

Contact:
...
...

And then have the possibility for FormKit to generate
additional blocks as needed, say if I want a second
address block for my home office, a third for my
PO Box, etc.

Something that would parse a schema (Relax NG from
PyXML sandbox? regular schemas using PyTrex, also in PyXML)
or a DTD would fit in with my XML needs.

I can see a bit how to do this on my own, but it seems
like dynamic block or field generation would be a useful
feature for the FormKit.


-- 
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]



_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to