Re: [Xsltforms-support] Dynamic loading of instance into a model
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-04-20 19:48:50
|
Hello Dhiradj, > I have a question about the dynamic loading of an instance into a model. > Here's in example of my code: > <xf:model id="InlineWerken"> > <xf:instance id="inlinewerken" src="vte_406207_d.xml" /> > </xf:model> > The xml file is read from a local folder. This name of the XML file > will be different every time.(based on exports from another > application). I'm looking for a solution how to dynamically load the > instance in the model. You can use a submission to be activated automatically after form load. This has to be associated with "xforms-ready" directly into the model declaration. Sorry, I can't find a working example about that but I have already used this workaround... Thanks! -Alain |