HI Peter,
I'm using Virtuoso regexp_replace to strip newline and whitespace
characters from an xml file before passing it to xtree_doc.
My pattern to match is: 'I need to preserve the value matched by [0-9] in the replacement
string.
eg: regexp_replace(string,'regexp_replace(string,'valu
Hi everyone,
I'm using Virtuoso regexp_replace to strip newline and whitespace characters
from an xml file before passing it to xtree_doc.
My pattern to match is: 'http://clearbluewater.com.au
Hello Sachit,
One of solutions is to handle the long list of properties at the client
side:
DESCRIBE ?isbsgProject
could be a fast and simple replacement for
> > SELECT
> > ?isbsgProject*>isbsg:isbsg_project_id as ?isbsg_project_id
> > ?isbsgProject*>isbsg:data_quality_r
Hi Ivan,
Thanks for the response. I'll see if i can modify the query and get less
outer joins and see if it fixes the issue.
Thanks.
Sachit.
On Fri, Sep 30, 2011 at 11:05 PM, Ivan Mikhailov
wrote:
> Hello Sachit,
>
> On Wed, 2011-09-28 at 12:12 +1000, Sachit Malhotra wrote:
> > Hi Guys,
> >
> >