On Thu, 2004-08-26 at 12:17, Superbiji wrote:
> Hi,
> 
> i'm transforming:
> ...
>     <ft:form-template action="cont-#{$continuation/id}" method="POST"/>
> ...
> with:
>                 <map:transform src="somepege.xsl"/>
> and:
>                 <map type=form>
> 
> resulting: 
> Could not find variable with the name of continuation
> 
> but i wanted it only be transformed by form,
> tried to use CDATA tags but not workin'
> 
> any idea how?

Use double brackets:

<ft:form-template action="cont-#{{$continuation/id}}" method="POST"/>

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to