> Is anyone using the LzDataNode.stringToLzData function in their  app code
> (outside of the LFC) ?

I'm using it a lot to make new xml data.

like,

var n = new LzDataElement('unit');
n.appendChild(LzDataNode.stringToLzData('<id>' + arr[i].did + '</id>'));
n.appendChild(LzDataNode.stringToLzData('<schema>' + arr[i].schema + 
'</schema>'));
n.appendChild(LzDataNode.stringToLzData('<table>' + arr[i].table + '</table>'));

-togawa manabu
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to