Dear BaseX team,
I'm using BaseX for my studies with Xavier-Laurent Salvador from Paris13.
I've got a puzzling issue with html:parse.
I'm
trying the request below using html:parse in order to get a list of the
urls from a webpage and I'm getting this message error: "Ligne 19:
Invalid character found: '”' "
for $x in (html:parse(http:send-request(
<http:request method='get'
override-media-type='
application/octet-stream' href=
'
http://www.crealscience.fr/'/>)
[2])//@href[matches(.,"http")])
return $x