[Xsltforms-support] Dynamic loading of instance into a model
Brought to you by:
alain-couthures
From: Dhiradj B. <dh...@gm...> - 2010-04-19 08:38:59
|
Hello, 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. Can someone help or advise me on this? Thanks! Regard, Dhiradj |