Re: [xsl] Re: XPath related query

Subject: Re: [xsl] Re: XPath related query
From: Brandon Ibach <brandon.ibach@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Jan 2011 14:30:39 -0500
On Mon, Jan 24, 2011 at 1:57 PM, Vineet Chaoji <vineetc@xxxxxxxxx> wrote:
> As you correctly pointed out, RDF graphs can be encoded differently.
> We dont know a good way around it right now that would transform our
> regex query into a nice XPath expression.

XPath is not often used by itself.  Using XQuery or XSLT would provide
constructs such as user-defined functions, variable bindings and/or
recursion on top of XPath, to ease the task.  Are either of these an
option?

-Brandon :)

Current Thread