OK, this is (hopefully) going to be my last question for a while, I need to make some serious code changes now.
Is there any way of extracting the rules defined in a schema, and using them in a xhtml page for validating user input?
(e.g. in my schema I have a string for validating an email address, can I get a schema fragment via script adn send my parameter to it to check it, or do I have to duplicate what is in the schema within script, thus creating 2 places that code needs to be modified from?
Thanks
K
Is there any way of extracting the rules defined in a schema, and using them in a xhtml page for validating user input?
(e.g. in my schema I have a string for validating an email address, can I get a schema fragment via script adn send my parameter to it to check it, or do I have to duplicate what is in the schema within script, thus creating 2 places that code needs to be modified from?
Thanks
K