S
steven
i've got approximately 30 web forms i need to build to allow users to
input data that will eventually be captured to an XML doc. i've also
got 30 XSD files. so far, i haven't come up with a reason i couldn't
read each one of those XSD files and dynamically add the input fields
to the page. i should even be able to add form validators to the page
based on the XSD data type. once the user clicks submit, i build the
XML doc and i'm done.
has anybody seen a similar application or know of some code i can steal
that already does this?
also, can anybody think of a critical step i'm missing that would make
this impossible to pull off?
tks
input data that will eventually be captured to an XML doc. i've also
got 30 XSD files. so far, i haven't come up with a reason i couldn't
read each one of those XSD files and dynamically add the input fields
to the page. i should even be able to add form validators to the page
based on the XSD data type. once the user clicks submit, i build the
XML doc and i'm done.
has anybody seen a similar application or know of some code i can steal
that already does this?
also, can anybody think of a critical step i'm missing that would make
this impossible to pull off?
tks