Guys,
I guess browser details might also be relevant ( make, version, OS, etc ).
At first glance, this looks like a CSS DIV flow related bug... but
that's all I can say by looking at an image ;)
Regards,
A
On Mon, Jun 8, 2009 at 6:24 PM, Hugh Williams wrote:
> Hi Michel,
> What server is this be
Hi Michel,
What server is this being observed on, a local server you have setup
or a publicly accessible one like http//lod.openlinksw.com, if the
latter can you provide the steps to enable this issue to be recreated ?
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web:
I'm inserting RDF triples into Virtuoso Open Source 6.0.0-tp1. The
triples are inserted one by one using the following code:
for (StmtIterator i = rdf.listStatements(); i.hasNext();) {
Statement stmt = i.nextStatement();
sparql = "INSERT INTO GRAPH <" + graphUri + "> { " +
NTripleStam