View Single Post
Old 08-13-2013, 04:39 PM   #3
ibu
Addict
ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.
 
Posts: 264
Karma: 9246
Join Date: Feb 2010
Location: Berlin, Germany
Device: Kobo H20, iPhone 6+, Macbook Pro
Quote:
Originally Posted by DiapDealer View Post
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 View Post
If you're looking for the specs for epub 2.0.1, you'll find them at:
http://idpf.org/epub/201
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.

Last edited by ibu; 08-13-2013 at 04:49 PM.
ibu is offline   Reply With Quote