P
Pascal Brunot
Hi,
Is there a way using VS.net 2003 to create a class from an XSD in a few
clicks ? I'd like to create business objects from form templates
quickly since I have lots of form templates to manage.
These classes will be used to computats stats and complex
interdependent formulas that cannot be done at form level.
I'd like to avoid using a DOMDocument in my business layer to handle
the forms, since it is not strongly typed and requires me to use XPath
to access every form data...
More generally, what is the best practice to move the infopath data to
the business layer of my app?
Thanks,
Pascal.
Is there a way using VS.net 2003 to create a class from an XSD in a few
clicks ? I'd like to create business objects from form templates
quickly since I have lots of form templates to manage.
These classes will be used to computats stats and complex
interdependent formulas that cannot be done at form level.
I'd like to avoid using a DOMDocument in my business layer to handle
the forms, since it is not strongly typed and requires me to use XPath
to access every form data...
More generally, what is the best practice to move the infopath data to
the business layer of my app?
Thanks,
Pascal.