Hi Paul, On Oct 13, 2010, at 9:17 PM, PaulZH wrote: > However I discovered another issue with version 3.4 alpha. > Using the RDFa importer with a file over http works fine. > However if I want to use the same file from the local file system, I > get: > Could not write to tesssss.rdfa > com.hp.hpl.jena.iri.impl.IRIImplException: <file:/Users/paul/Desktop/ > test.html> Code: 57/REQUIRED_COMPONENT_MISSING in AUTHORITY: A > component that is required by the scheme is missing.
Thanks for this report (on our alpha version). You are right - the new RDFa parser that we have switched to seems to handle file:/... references with an exception. However, file:/// references work fine. I have changed our wizard to automatically create those references when a file has been selected. Unfortunately the code of the alpha that you have will still convert to file:/ even if you manually try to enter file:/// URLs. So the only solution would be to place the RDFa files into a localhost server so that you can address them via http:// . You could even use the personal server of TBC-ME for that. Create any folder ending with .www, e.g. /MyProject/my.www in the workspace and place your HTML files in there. Then use URLs such as http://localhost:8083/tbl/lib/my/file.html and TBC-ME will automatically redirect it to your local file! Regards, Holger -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
