David,

have you declared any namespace in your XML code ? This might explain this
behaviour.

Best regards,


---------------------------------------------
               Luca Morandini
               GIS Consultant
              [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
---------------------------------------------


> -----Original Message-----
> From: David LAGARDERE [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 10:35 AM
> To: [EMAIL PROTECTED]
> Subject: RE: XPath and Xalan
>
>
> -My XML code skeleton is :
>
> <search>
>  <items>
>   <rowset>
>    Some data
>   </rowset
>  </item>
> </search>
>
> -My XSL code is
>
> <xsl:template match="search">
>  <!-- Some HMTL code -->
>  <xsl:apply-templates select="items/rowset" />
>  <!-- Some HMTL code -->
> </xsl:template>
>
> <xsl:template name="items-list" match="items/rowset">
>  <!-- Some HMTL code -->
> </xsl:template>
>
> That's all.
> Do you see any mistakes ? It works when validated
> with XML Spy.
>
>
>
>
>
>
>
>
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to