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
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
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
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