Infopath and Schematron data validation

M

Marky D

Hi All, from looking at the current configuration files that are used
to impose validation on an InfoPath form. Most of the complex
validation is held at code (2003 - JScript/VBScript) (2007 - .NET
Code).

Does anyone know if Infopath can :-

Take an XML document from a webservice that holds data AND
validation/relationship rules within the XML markup.

The document is interpreted by the forms package and validation imposed
without the need to reference anything pre-generated like a InfoPath
form?

This would mean that the webservice can send the validation rules with
the data rather than just "here's" your data and lets hope that your
forms package has the business rules setup within its presentation
layer.

I understand that you can do different kinds of validation at different
levels of XML - e.g. datatype checking in the XSD, relationship code in
the XSL and finally more business logic in .NET Code or scripting.

Any suggestions of a forms package that can interpret XML that is
markup in some way?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top