Re: [xsl] Namespace

Subject: Re: [xsl] Namespace
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 09 Oct 2002 23:25:18 +0200
alexandre bord wrote:
How can i match
<ejbbnd:EJBJarBinding >
element ?
and where do I have to declare the namespace in the stylesheet ?

Declare whereever it would be of some use. In many cases declaring it on the stylesheet document element is the most convenient way:

<xsl:stylesheet version="1.0" xmlns:xsl="..."
  xmlns:ejbbnd="...">

  <xsl:template match="ejbbnd:EJBJarBinding">
    ...

J.Pietschmann


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread