Just one little example to explain:
Let's assume you have a generator that fetches the xml you are talking about
and that this xml contains the cinclude tag. Then you still need to use the
cinclude transformer, otherwise nothing will happen. I advise you to look at
http://cocoon.apache.org/2.1/userdocs/cinclude-transformer.html
<map:match pattern="test">
<map:generate src="file/test.xml"/>
<map:transform type="cinclude"/>
<map:serialize type="xml"/>
</map:match>
Kind regards,
Robby
-----Original Message-----
From: Patricia Déchandol [mailto:[email protected]]
Sent: Tuesday, November 08, 2011 4:59 PM
To: [email protected]
Subject: Re: fb:insert-node width dynamic src
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]