I am giving below a part of xml file - <solution> <stat>Alkaline Lysis Solution</stat> <date type="cb" name="MI01" table="mas_solutions" col="soln_prepdt" where="soln_name='Alkaline Lysis Solution'"> </date> </solution>
When this is converted to VM file, the component should be a dropdown menu(type="cb" --> cb indicates it is Combo box) and name of the component should be MI01 and it should have data populated from "soln_prepdt" column from "mas_solutions" table where "soln_name" ='Alkaline Lysis Solution'. Keshava Murthy. S ----- Original Message ----- From: "Eric Emminger" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 10:34 PM Subject: Re: Generating VM from XML file dynamically > > I need generate VM file from an XML file dynamically and also > populate some > > fields in the VM file from different tables, the criteria for query is in > > XML file. > > How this can be achived? > > Sounds like XSLT. Can you give an example so we can help? > > Eric > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
