webd:script

Purpose

Specifies a script module to handle web page scripts, with a reference to the mcs-config.xml file.

Contained by

Attribute

Attribute Description Type Default Options Use
ref A reference to a module element in the mcs-config.xml file. xs:string none    required 

Example

<webd:get
  url="http://newsline.net/2004-12-18/index.xml">
  ...
  <webd:script ref="js_module"/>
  ...
</webd:get>

Related topics