Re: [Jaxen] Possible bug with processing instructions

2002-04-19 Thread James Strachan
From: Mattias Reichel [EMAIL PROTECTED] Hmm, Switching to preceding axis for clarity, but issue is the same. From Michael Kay's XSLT Programmers Reference 2nd Edition by Wrox Press, page 364: preceding: This selects all the nodes that appear before the origin node, excluding the

RE: [Jaxen] Possible bug with processing instructions

2002-04-19 Thread Mattias Reichel
/Mattias -Original Message- From: [EMAIL PROTECTED] [mailto:jaxen-interest- [EMAIL PROTECTED]] On Behalf Of James Strachan Sent: den 19 april 2002 12:44 To: Mattias Reichel; 'bob mcwhirter' Cc: [EMAIL PROTECTED] Subject: Re: [Jaxen] Possible bug with processing instructions From

Re: [Jaxen] Possible bug with processing instructions

2002-04-19 Thread James Strachan
Subject: RE: [Jaxen] Possible bug with processing instructions Ok, but it doesn't work with node() or processing-instruction() either a b/ ?toc order-by=x? c/ /a c.selectSingleNode(preceding-sibling::*) returns b c.selectSingleNode(preceding-sibling::node()) returns b

Re: [Jaxen] Possible bug with processing instructions

2002-04-19 Thread James Strachan
: Re: [Jaxen] Possible bug with processing instructions I've fixed that locally so it should work fine. Will be checking it in shortly - will let you know when. I just wanted to check I'd interpreted the spec right first. Here's the test cases that work locally for me now - I think these look

RE: [Jaxen] Possible bug with processing instructions

2002-04-18 Thread Mattias Reichel
wrong here or what? /Mattias -Original Message- From: [EMAIL PROTECTED] [mailto:jaxen-interest- [EMAIL PROTECTED]] On Behalf Of bob mcwhirter Sent: den 18 april 2002 15:47 To: Mattias Reichel Cc: [EMAIL PROTECTED] Subject: Re: [Jaxen] Possible bug with processing instructions

RE: [Jaxen] Possible bug with processing instructions

2002-04-18 Thread bob mcwhirter
dead wrong here or what? /Mattias -Original Message- From: [EMAIL PROTECTED] [mailto:jaxen-interest- [EMAIL PROTECTED]] On Behalf Of bob mcwhirter Sent: den 18 april 2002 15:47 To: Mattias Reichel Cc: [EMAIL PROTECTED] Subject: Re: [Jaxen] Possible bug with processing

RE: [Jaxen] Possible bug with processing instructions

2002-04-18 Thread bob mcwhirter
To: Mattias Reichel Cc: [EMAIL PROTECTED] Subject: RE: [Jaxen] Possible bug with processing instructions Actually, now that I re-read the spec, I'm not certain what my point was. (One of those days). Okay, an axis has a primary node type, but, so what? Hmm... Does

RE: [Jaxen] Possible bug with processing instructions

2002-04-18 Thread Mattias Reichel
I use dom4j 1.3 -Original Message- From: [EMAIL PROTECTED] [mailto:jaxen-interest- [EMAIL PROTECTED]] On Behalf Of bob mcwhirter Sent: den 18 april 2002 16:18 To: Mattias Reichel Cc: [EMAIL PROTECTED] Subject: RE: [Jaxen] Possible bug with processing instructions Hmmm