On Tue, 22 Jan 2002 [EMAIL PROTECTED] wrote:
> >0. <xsl:for-each select="survey:label[lang('en')]">
> >fails to match anything.
> >...
> >1. <xsl:value-of select="@xml:lang"/> returns an empty string...
> >2. local-name(@xml:lang) returns 'xml:lang'.
>
> These are probably all related to a transient bug we had with
> the xml namespace prefix. All the above work fine in the
> final-release version of XalanJ2.
i just upgraded to xalan-2.2 final and xerces-1.4.4 and i'm still having
the same problem. if it's not a bug related to the xml namespace prefix,
i'm guessing the problem is probably in how i'm creating the xml:lang
attribute in SAX2 - could you perhaps post a code snippet for properly
creating an xml:lang attribute in SAX2 so i can see which it is?
- donald