OK, I'll try testing against EXML 6.0 (we're now working against 5.0-b2).
Hopefully it'll fix the issues with pi2.xml as well...

Attila.

----- Original Message -----
From: "bob mcwhirter" <[EMAIL PROTECTED]>
To: "Attila Szegedi" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 4:59 PM
Subject: Re: [Jaxen] lang() function now available


>
> fwiw,
>
> EXML is now shipping with jaxen embedded, so we definitely need to keep
> tabs with Graham to make sure everything plays happy.  I'm sure he'd
> be interested in helping to resolve any exml/jaxen issues.  We may
> simply need to upgrade our EXML.
>
> -bob
>
> On Tue, 12 Nov 2002, Attila Szegedi wrote:
>
> > Hi people,
> >
> > I've just committed the code that implements the lang() XPath function.
All
> > is peachy, except for a single problem: it doesn't work with EXML (I'm
using
> > EXML-5.0-b2.jar). DOM, JDOM and DOM4J bindings work fine. At least it
does
> > not work with an EXML Document object constructed from
> > org.jaxen.exml.DocumentNavigatorTest#getDocument() method. It simply
ignores
> > namespaces... As you might know, lang() searches for the "xml:lang"
> > attribute, and EXML retrieves "lang" for attribute QName (instead of
> > "xml:lang") and null (!) for attribute namespace URI (instead of
> > http://www.w3.org/XML/1998/namespace).
> >
> > Is there a way to construct an EXML document so that it recognizes
> > namespaces?
> > (I noticed that the test suite for EXML dies on the pi2.xml test as well
> > when it tries to evaluate "preceding-sibling::node()").
> >
> > --
> > Attila Szegedi
> > home: http://www.szegedi.org
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:
> > To learn the basics of securing your web site with SSL,
> > click here to get a FREE TRIAL of a Thawte Server Certificate:
> > http://www.gothawte.com/rd522.html
> > _______________________________________________
> > Jaxen-interest mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jaxen-interest
> >
>
> --
> Bob McWhirter        [EMAIL PROTECTED]
> The Werken Company   http://werken.com/
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:
> To learn the basics of securing your web site with SSL,
> click here to get a FREE TRIAL of a Thawte Server Certificate:
> http://www.gothawte.com/rd522.html
> _______________________________________________
> Jaxen-interest mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jaxen-interest
>
>
>



-------------------------------------------------------
This sf.net email is sponsored by: 
To learn the basics of securing your web site with SSL, 
click here to get a FREE TRIAL of a Thawte Server Certificate: 
http://www.gothawte.com/rd522.html
_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to