Methods to use JavaScript operation XML-DSO is given below: · MovePRevious (): Nummates a forward data item. · MoveFirst (): Point to the first data item. · MoveLast (): Point to the last data item. · EOF: This property is used to detect if we have reached the bottom of the data record.
VAR Xmldso = mydb.xmldocument; xmldso.load ("eXample4.xml");
/ * Get the complete record set * / var memberset = mydb.recordset
/ * Go to next data * / memberset.movenext ();
Function next () {memberSet.movenext ();
Function pre () {memberset.moveprevious ();
script>
span>