As written in my earlier email, I'm going to add some dynamic data exchange to my PHP loader.
As a test case, I used this sample lzx:

>>>
<canvas>
  <dataset name="dset"
           request="true"
           type="http"
           src="getemployees.jsp"/>

  <simplelayout axis="y"/>

  <view datapath="dset:/phonebook/employee">
    <simplelayout axis="x"/>
    <text datapath="firstName/text()"/>
    <text datapath="lastName/text()"/>
    <text datapath="phone/text()"/>
  </view>
</canvas>
<<<

which requests its dset by means of this request [swfload.php is my loader]:

>>>
/laszlo/swfload.php? nsprefix=false&trimwhitespace=false&sendheaders=false&headers=undefined& reqtype=GET&timeout=30000&fpv=undefined&ccache=undefined&lzt=xmldata&url =http%3A%2F%2F127%2E0%2E0%2E1%3A8888%2Flaszlo%2Fgetemployees%2Ejsp&%5F %5Flzbc%5F%5F=1164649310629%2E49
<<<

Does anybody has a good pointer, which explains what each parameter means and
what exactly is expected to come back from the server?

I don't want to start etherreal ;-)

Thx,

s

Reply via email to