When I was fetching and parsing some html documents with
let $doc := http:send-request(<http:request method='get' href='{$url}'/>)
I am getting an error:
[FOHC0001] An HTTP error occurred: "1323441640568.xml" (Line 475): Invalid
character found: 'µ'.
It seems base is not able to handle special chracter 'µ'.
Erol Akarsu