[Xsltforms-support] using schema in xforms +model
Brought to you by:
alain-couthures
From: Javier D. <jd...@ge...> - 2009-11-12 09:16:03
|
Hello, I am trying to use schemas in model with xsltforms and I it is impossible to me to make it work. I also don't find any example in xsltforms using schema. Is this feaute totally implemented in xsltforms? If yes, does have anybody an example that works with xsltforms? For example, I have found this example in internet, and doesn't works with xsltforms: http://xforms-examples.googlecode.com/svn/trunk/05-validation/55-load-schema/ With schema in model i'm referring in using in model something like this: <xf:model id="test" schema="data-types.xsd"> <xf:instance src="instance-data.xml"/> </xf:model> Best regards, Javier |