|
From: Adam R. <ada...@de...> - 2005-02-09 22:43:43
|
Hi Guys, I have a need to create a html form based on my schema. I initially decided to do this using xql, have got some way but am finding this difficult (it may be as I am very new to xql). The html form needs to be dynamically generated from the schema as the schema may change in future. We need the forms to provide a UI for users to edit the underlying xml documents represented by the schema. Im wandering if there is an easy way or if its even possible to do it using xslt instead? I have attached my Schemas and xql for you guys to see what ive done so far. Basically ive managed to generate some text fields for my text elements in my schema but they are out of order and im not sure how to deal with elements that have simple and complex types. Ideally for a enumeration I would like to display a combo-box with all the possible values of the enumeration. Any hints and tips with xql, or an xslt method or anything else will be greatly appreciated. Thanks Adam Retter ada...@de... |