Sebastian Germesin
Sebastian Germesin
We are currently working on a Microdata reader/writer for rdfQuery. For the client-side version of VIE this will give immediately support for Microdata as it can use rdfQuery. We have...
untested so far, but please have a look at commit a2148563e7fd23931135abc7cf850c2db2c10afd
For this, we also need to add default language handling in VIE: ``` var v = new VIE(); v.getLang (); // the language of the document OR "en" v.setLang("de"); //...
@bergie and @sebastien-roch What's the status of this issue?
Hi ruKurz, we are currently working on proper documentation of VIE. You have access to the documentation here: http://viejs.org/docs/2.0.0alpha1/VIE.html Here is the current status of the documentation: well documented: -...
so, we should rather ignore elements with "link" or "script" tags?
@bergie What's the status of this issue?
I am currently working on that and will send a pull request in the next days.
No, haven't seen that before but I just gave it a try. My only issue with this is that it is actually a bit too simple. No regular expressions seem...
The support of LDPath is something I am currently working on and will be contained in the next pull-request. I let you know once it landed in this repo.