Hi,

 

Currently my application requires to go through the Proxy server to access
the internet for federation search, we have issue connecting to internet
with below XQUERY, is there any issue with the below code?

    let $url := "
<http://www.hklii.hk/cgi-bin/sinosrch.cgi?results=200;query=>
http://www.hklii.hk/cgi-bin/sinosrch.cgi?results=200;query=test";;

 

           let $result := xdmp:http-get($url,

           <options xmlns="xdmp:document-get">

                <format>binary</format>

           </options>)[2]

           

 

Regards,

Li Bin

 

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to