View Single Post
Old 10-22-2019, 04:47 PM   #1
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 559
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Error in EPUB3 validation

Hi,
I'm trying to validate ad EPUB3 with some video as remote resources.
I got a warning that I don not understand:

Code:
OPF-018	WARNING	The 'remote-resources' property was declared in the OPF, but no reference to remote resources has been found. Make sure this property is legitimate.
The video has been tagged, for example, inside file "hello.xhtml" as:

Code:
<video controls="controls" src="http://www.venerandi.com/video/video.mp4"><p>sorry, you can not see video</p></video>
In .opf I wrote:

Code:
<item id="video20" href="http://www.venerandi.com/video/video.mp4" media-type="video/mp4"/>
and:

Code:
<item id="hello.xhtml" href="Text/hello.xhtml" media-type="application/xhtml+xml" properties="remote-resources"/>
I do not understand where the error is, maybe I'm missing something?

Thank you in advance


Fabrizio
fbrzvnrnd is offline   Reply With Quote