EmidioStani / rdfquery

Automatically exported from code.google.com/p/rdfquery
0 stars 0 forks source link

RDFa Parser Fails on Non-XSD Datatypes #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a datatype that does not use the xsd namespace
2. Try parsing the RDFa
3. The parser will fail saying the datatype can't be recognised

Solution:
On line 813 return true (valid) if the datatype has no assigned validator.
On line 580 check if datatype has a validator/processor.

What version of the product are you using? On what operating system?
1.0 on IE8

Please provide any additional information below.

Original issue reported on code.google.com by james-no...@leighnet.ca on 11 Sep 2009 at 6:08

GoogleCodeExporter commented 9 years ago
I've made the suggested changes in the latest revision; it's certainly more 
user-friendly now.

Original comment by jeni.ten...@gmail.com on 11 Sep 2009 at 7:53