[EMAIL PROTECTED] wrote:

When I have an instance document that gets generated at runtime is there a way to dynamically append the xforms:bind statements ?

You can generate the XForms model dynamically with XPL. Just do something like this in the PFC: xforms="my-xforms-model.xpl". That pipeline must output an XForms model on its "data" output.


The only issue with this approach is that you need to figure out how to extract the parameters, if any, that determine how to build your XForms model. At this point in the XForms processing, you don't have an XForms instance yet. A possible solution is to use the Request generator to extract query parameters, for example.

-Erik


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to