xsl-list
[Top] [All Lists]

RE: Namespace problems

2004-09-21 09:01:42
Hi Bruce,

Could you be more explicit...

Thanks,
Ricardo Saraiva

-----Original Message-----
From: Bruce D'Arcus [mailto:bdarcus(_at_)myrealbox(_dot_)com] 
Sent: terça-feira, 21 de Setembro de 2004 16:56
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Namespace problems


On Sep 21, 2004, at 11:48 AM, Ricardo Saraiva wrote:

On the xsl I'm trying to enter the Products element but with no 
sucess...

<xsl:stylesheet version="1.0" xmlns="http://a.com/ontology#";

Try adding this declaration:

        xmlns:a="http://a.com/ontology#";

... and then change the below to add the prefix.

<xsl:template match="Products">
      <xsl:element name="Product_class"/>
</xsl:template>

Bruce


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--






<Prev in Thread] Current Thread [Next in Thread>