Hi,
Does anyone know about this trouble ?
The following sample code shows one more LF in using localdataset.

Thx
mt1

<canvas>
<dataset name="dset">
<root>
<data1>
line1
line2
</data1>
</root>
</dataset>

<class name="test" layout="axis:y">
<dataset name="localdset">
<root>
<data1>
line1
line2
</data1>
</root>
</dataset>

<view name="xx" datapath="local:classroot.localdset:/root/">
<edittext multiline="true" height="150" width="200"
datapath="data1/text()"/>
</view>
</class>

<simplelayout/>
<test/>
<view name="list" datapath="dset:/root/">
<edittext multiline="true" height="150" width="200"
datapath="data1/text()"/>
</view>
</canvas>

Reply via email to