Hi, I have a dataset defined like:
<dataset name="datasources" src="http://localhost:8888/appGetSources"
type="http" request="true" />
That returns an XML document that looks something like:
<sources><videosource>[URL is here]</videosource></sources>
This is being loaded fine.
However, I have a component that I'm declaring like this:
<videoplayer id="mainvideo"
filetoplay="$path{datasources:/sources/videosource/text()}"/>
When I run the program, it says (in the debug console):
No value for $path reference datasources:/sources/videosource/text() in
#mainvideo
What's going on here, and how can I fix it?
Cheers, Robin.
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user