PDA

View Full Version : create dynamic layout?


Schlabbermaul
07-14-2005, 11:08 PM
hi!

i have a lzx file named main.lzx. this lzx file receives a list of other lzx files by a soap webservice. the webservice works great.
is it possible to disply exactly these files which i receive from my webservice?
for example:
<files>
<path>file1.lzx</path>
<path>file2.lzx</path>
</files>

now i want to display these two files in my main.lzx
is it possible?