xml parameter example


HTML document 

<HTML>
<head>
<base target="body">
</head>
<BODY leftmargin="0" topmargin="0">
<APPLET code=diputree.class height="100%" width="100%" name="diputree" MAYSCRIPT>

<PARAM NAME="xml"
VALUE="<diputree><has><b><lt>a branch</lt></b></has></diputree>">


</APPLET>
</BODY>
</HTML>

Explanation

<PARAM NAME="xml"
VALUE="<diputree><has><b><lt>a branch</lt></b></has></diputree>">

This parameter contains the XML elements.

Remarks

advantages of using the xml parameter

disadvantages of using the xml parameter

  use the xml parameter when you only want to define top level nodes and when the other nodes are dynamically added by scripting.

See also

applet introduction and <diputree>


diputree documentation © 2000 dipu