Re: The Cathedral and the Bizarre (was: do you use pi's?)

Subject: Re: The Cathedral and the Bizarre (was: do you use pi's?)
From: "James Tauber" <jtauber@xxxxxxxxxxx>
Date: Sat, 10 Apr 1999 23:43:58 +0800
> That is correct. More correctly, it locates the element that contains
> verse 12. If I were to locate the entire quote I'd have to write
>
> nt.xml#root().descendant(21,chapter).span(child(12,v),child(13,v))

I didn't think spans could act as relative location terms, so you'd have to
say something like

nt.xml#span(root.descendant(21,chapter).child(12,v),root.descendant(21,chapt
er).child(13,v))

James



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread