Quote:
Originally Posted by hobnail
That url is one of the XML namespace things in the content.opf.
|
Which is why it's not actually an url. And nothing is trying to access it as such. The XML schema for a namespace URI,
might be kept at that URI, but it's not required to be (and definitely isn't in the case of the opf namespace schema identifier). The namespace URI is not used by the xml parser to look up any information.
Whatever's hanging your programs .... it ain't that.