Hi, how can I define and call global variables in laszlo? I'm planning to do something like this:
<dataset name="dset" src="http://IP_ADDRESS/HOME_DIR/FILE.php" request="true" type="http"/> This dataset returns something like <userinfo name="asd"></username> <window ...> <view ...> <datapointer name="dsetptr" xpath="dset:/userinfo"> var user = this.getNodeAttribute('name'); Debug.write("Attribute: " + user); return user; </datapointer> <videoview id="local" url="${user}" type="rtmp"/> </view> </window> I just want to use the value in var 'user' as url for videoview... Thank you for your time. Take care. -- Bruno Teixeira - IT Specialist MicroSkills Av. João Crisóstomo nº 25 Lisboa - Portugal 1050-125 Lisboa http://www.microskills.eu Tel (+351) 213 573 144 Fax (+351) 213 558 239 ____________________________ Legal Disclaimer This e-mail may contain privileged or confidential information and is intended only for use by the addressee. If you are not the addressee, we request you neither to use the contents nor disclose it in any manner to third parties, and to inform us immediately by reply email and delete the email from your system. The contents of this email is intended for information purposes only. MicroSkills denies any responsibility for damages resulting from the use of e-mail.
