Search found 3 matches

by mgarrish
Tue Oct 07, 2008 3:58 pm
Forum: oNVDL Related Issues
Topic: enabling id/idref validation for relaxng schemas
Replies: 2
Views: 11259

enabling id/idref validation for relaxng schemas

It appears that the -i option for jing has been enabled by default when validating relaxng schemas through onvdl (referencing errors are not reported, but id and idref values are checked for conformance). The only way I can get bad references to be reported is to call jing directly. If I'm not wrong...
by mgarrish
Sun Sep 07, 2008 3:41 am
Forum: oNVDL Related Issues
Topic: schematron not recognizing namespaces
Replies: 2
Views: 10885

Re: schematron not recognizing namespaces

Sorry, going to have to eat some crow. I was trying out Oxygen editor for the first time and didn't realize it inserts a processing instruction to associate the schemas and doesn't remove old ones when you change. It was calling the schematron schema first, which is why it appeared to be working (I'...
by mgarrish
Thu Sep 04, 2008 9:15 pm
Forum: oNVDL Related Issues
Topic: schematron not recognizing namespaces
Replies: 2
Views: 10885

schematron not recognizing namespaces

Any idea why a schematron schema called from an nvdl script cannot see other namespaces when one has been declared on the root? For example: <meta xmlns="http://www.xxx.com/meta"> <time xmlns="http://www.xxx.com/time"/> </meta> No matter what I've tried, there is no way to access...