Quote:
Originally Posted by DiapDealer
I'm pretty sure that's just an XML namespace name (or URI). Even though it looks like a URL, the parser just treats it like a string. It's not used to look up or retrieve any information. There MAY be something at that address if you put a URI into a browser, but there certainly doesn't HAVE to be.
|
Uff. That's really surprising for me.
Around XHTML I had the experience, that URLs in the prolog
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
are reliable to get to the expected information.
Quote:
Originally Posted by DiapDealer
|
From that pages is my second link of the first post:
http://idpf.org/2007/opf/OPF_2.0_final_spec.html
It is the redirect target of
http://www.openebook.org/2007/opf/OP...inal_spec.html
which is the link after "Previous version" on the page
http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm
Dead links in a spec. Hhmm.