On 1 October 2015 at 16:45, Haag, Jason <jason.haag....@adlnet.gov> wrote:

> I'm curious if Virtuoso only works with XHTML doctype declarations?
> I'm trying to use the crawler to automatically import this page:
> http://xapi.vocab.pub/datasets/adl/verbs but it uses HTML5. Can anyone
> confirm whether or not RDFa in HTML5 is supported in version 7.2.1?
>

Hi,

In your target definition, did you have "Use HTML Tidy" enabled? Does it
make a difference if you toggle it?

Also, can you supply the output of:

select top 5 * from ws.ws.vfs_queue where VQ_HOST='xapi.vocab.pub'
order by VQ_TS
desc;
(to see what your error message is)

select tidy_html('', '');
(gives the version of tidy used in your Virtuoso server)

Thanks,

~Tim
-- 
Tim Haynes
Product Development Consultant
OpenLink Software
<http://www.openlinksw.com/>
<http://twitter.com/openlink>
------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to