Re: DataBinding with XMLForm

2002-06-16 Thread Ivelin Ivanov
Mohamed El-Refaey wrote: > Ivelin, > > Thanx, for ur interest. But I still ask if it is possible create and > repeat XMLForm dynamically according to the no. of products > retrieved from the DataBase and HOW I can manage the DataBinding of > each individual form instance with its

RE: XSLT parameters that are objects and not strings

2002-06-16 Thread Luca Morandini
Maurice, I'm afraid what you're trying to do is impossible. XSL can accept only strings and Tree fragments (something less than a node-set, but more than a string) as values. To put it simply, Java and XSL don't mix THAT easily... though, some Xalan (hence, proprietary) extensions might change

Re: DataBinding with XMLForm

2002-06-16 Thread Mohamed El-Refaey
Ivelin, Thanx, for ur interest. But I still ask if it is possible create and repeat XMLForm dynamically according to the no. of products retrieved from the DataBase and HOW I can manage the DataBinding of each individual form instance with its coresponding JavaBeans as its form mo

XSLT parameters that are objects and not strings

2002-06-16 Thread Maurice Schoenmakers
Hi cocoon users, I would like to pass parameters to an XSLT transformer that are not strings but objects. (I like to use objects as non XSLT variable for Java calls in XALAN extensions). I used an action to create sitemap parameters and passed them to the transformer. But it doesnt't work, as th