Thanks for your answer Robby.

The conclude transformer seems not to be seen in the context of CForms 
treatment.
I need to import external XML in a fb:save-form context.
I tried to insert conclude:include : no error but nothing happen.

Finally, I achieved the import using Javascript code.
This makes me think to another problem : how javascript libraries (manipulating 
DOM document) is supported by the different navigators ?

Using <fb:javascript>,  to treat my forms, implies to be navigator dependent.

Patricia


Le 8 nov. 2011 à 16:27, Robby Pelssers a écrit :

> Not sure how the fb:insert-node solution works but you might get away using 
> the cinclude transformer.
> 
> If you would generate or insert this tag into the xml you generate and next 
> would run the cinclude transformer over the resulting xml
> <cinclude:include src="cocoon://{path}/{widget_value}.xml "/>
> The xml would get inserted at that point.
> 
> Robby
> 
> 
> 
> -----Original Message-----
> From: Patricia Déchandol [mailto:[email protected]] 
> Sent: Tuesday, November 08, 2011 2:20 PM
> To: [email protected]
> Subject: fb:insert-node width dynamic src
> 
> Hello,
> 
> I face a problem with the use of <fb:insert-node> with my CForms.
> 
> I need to import an existing XML document into another one.
> The imported XML can only be accessed through cocoon:// URI, so I use 
> <fb:insert-node src="." />.
> 
> I need to be able to specify dynamic "src" attribute computed from the value 
> of a form widget.
> The src attribute need to be constructed this way :
> 
> cocoon://{path}/{widget_value}.xml
> 
> How can I specify my src attribute to retrieve the widget value ?
> 
> Thanks for your help.
> 
> Patricia
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to