xsl-list
[Top] [All Lists]

Re: [xsl] XPath related query

2011-01-23 12:06:05
Dave Pawson wrote:
Florent Georges wrote:

   Given that $dblp is bound to the element DBLP, the following
expression should return what you are looking for, and is I think
self-explanatory:

     exists(
       $dblp
         /Book[@rdf:about eq 'Book1']
         /chapter
         /Chapter[@rdf:about eq 'c1']
         /section
         /Section
         /cites[@rdf:resource eq 'a']
         /../../../../../..
         /Article[@rdf:about eq 'a']
         /chapter
         /Chapter[@rdf:about eq 'c2']
         /section
         /Section[@rdf:about eq 's']
         /figure[. eq '"Example Semi-join"']
     )

I guess this is why we choose XSLT Florent?

  I'm afraid I don't really understand the question...

  Regards,

-- 
Florent Georges
http://fgeorges.org/




      

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>