Re: [xslt] Bug with nested tags of same type?



On Wed, Mar 09, 2005 at 04:07:21PM +0100, Aaron Kaplan wrote:
> Is this a bug or am I doing something wrong?  I think the xpath
> 
>   AAA[Title='foo']//BBB
> 
> has a match in
> 
>   <AAA>
>       <Title>foo</Title>
>       <AAA>
>           <BBB/>
>       </AAA>
>   </AAA>

  Yes, there is a bug in pattern.c that I fixed in libxml2 version of
pattern.c and that I need to backport in some way in the more complex
framework of libxslt version. Can you make a bugzilla entry about this
so it doesn't get forgotten,

  thanks,

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]