[jQuery] Re: jQuery 1.3.x & XPath

2009-02-06 Thread Neil Craig
Mmmm, haven't tried that. Thanks! On Jan 29, 8:33 am, Klaus Hartl wrote: > On 29 Jan., 06:05, Neil Craig wrote: > > > I have tried it, but it yields no results when searching for elements. > > > What I loved about the xpath functionality was that I could have used > > the same functions on XML

[jQuery] Re: jQuery 1.3.x & XPath

2009-01-28 Thread Klaus Hartl
On 29 Jan., 06:05, Neil Craig wrote: > I have tried it, but it yields no results when searching for elements. > > What I loved about the xpath functionality was that I could have used > the same functions on XML documents, not only on XHTML. Huh? CSS selectors will also work with XML. --Klaus

[jQuery] Re: jQuery 1.3.x & XPath

2009-01-28 Thread Neil Craig
I have tried it, but it yields no results when searching for elements. What I loved about the xpath functionality was that I could have used the same functions on XML documents, not only on XHTML. I suppose another feature that has been lost is the custom psuedo selectors. On Jan 28, 3:54 pm, K

[jQuery] Re: jQuery 1.3.x & XPath

2009-01-28 Thread Karl Swedberg
On Jan 28, 2009, at 6:43 AM, Neil Craig wrote: Earlier version of jQuery allowed one to search for elements using XPath, but after the implementation of the Sizzler selector engine, the XPath support was lost, or so it seems. Any comments? Hi Neil, You're right that 1.3.x removed support fo