Hi,
Using a recent 9.1 Beta on windows. I create an XML catalog at c:\tmp\mycatalog.xml
<catalog prefer="system" xmlns="urn:oasis:names:tc: entity:xmlns:xml:catalog"> <uri name="http://nowhere.com/doc" uri="file:///c:/tmp/doc.xml" /> </catalog>
Then in the GUI
fetch:xml("http://nowhere.com/doc", map{"catfile": "C:\tmp\mycatalog.xml"} )
It goes to nowhere, I was hoping to get back c:/tmp/doc.xml Should this work?
/Andy