Re: visualizing an instance

>> this can be done with a single bind on the root element of your  
>> instance:
>>
>> <xforms:bind nodeset="instance('my-instance')" readonly="true()"/>
>
> Hi,
>
> Thank you, it works very well. However, I have a problem with the
> widget textarea: newline characters disappear. For instance, if I
> input
> "1st line
> 2nd line"
> , then during the visualization I get "1st line2nd line". I use the
> Firefox plugin.
>
> Any idea?


Sounds like the line break is missing from your data somehow, or a bug  
in the Firefox extension.

-Erik

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/

Received on Tuesday, 6 January 2009 13:28:26 UTC