This should work.  Please send along your actual XML and XSLT and we'll
have a look.

Gary

Philippe Vijghen wrote:
> 
> I can not succeed doing a XSL-T select operation
> based on a X-Path expression that contains a namspace:
> 
> Example
> 
> * XSL-T fragment:
> 
>     <xsl:for-each select="/SearchResults/Results/acse:PortalMetagen">
>     <xsl:apply-templates select="."/>
>     </xsl:for-each>
> 
>   ...will not find any of my "acse:PortalMetagen" elements altough there are
> such elements.
> 
> Note that
>         xmlns:acse="http://www.acse.be/portal";  ...is defined on XSL-T's
> <stylesheet>
> and that
>         xmlns:acse="http://www.acse.be/portal";  ...is defined similarly on my XML
> input
> 
> This was working perfectely with Xalan 1.3
> 
> Best regards,
> 
>         Philippe

Reply via email to