Try this:


para(0)="/db/test"
para(1)="XPath"
para(2)="/nitf/head"
para(3)="{X => "http://www.xmldb.org/xpath"}";
para(4)="id of the doc"
myresp2 = xmlRPC ("http://localhost:4080","db.queryDocument";, para)

Response.Write "<b>" & myresp2 & " </b>"

Note: para(3) has to be a hashtable!!

Daniel

Reply via email to