> > There was also a discussion also after my presentation on union & class > about renaming these widgets to something more meaningful to people > having no C knowledge. The renaming we came up to is as follows: > - <fd:union> --> <fd:choose> > - <fd:case> --> <fd:when> > - <fd:struct> --> <fd:group> > - <fd:class> --> <fd:macro> > - <fd:new id=""> --> <fd:expand macro=""> > > The renaming of class/new to macro/expand is mandated by the fact that a > <fd:new> inlines the contents of the class definition without an > enclosing container. > > Sylvain > > -- > Sylvain Wallez Anyware Technologies > http://www.apache.org/~sylvain http://www.anyware-tech.com > { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
Another thing that may be needed is to do some modifications on the FormsTransformer and the forms stylesheets. Forms using unions and structs still have f* tags in their code, eg. fi:union, ft:case and fi:struct. But I guess people already knew that ;) Bart.
