[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Namespace problems


Subject: RE: [xsl] Namespace problems
From: "Ricardo Saraiva" <rss@xxxxxxxxxx>
Date: Tue, 21 Sep 2004 17:01:42 +0100

Hi Bruce,

Could you be more explicit...

Thanks,
Ricardo Saraiva

-----Original Message-----
From: Bruce D'Arcus [mailto:bdarcus@xxxxxxxxxxxxx]
Sent: terga-feira, 21 de Setembro de 2004 16:56
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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


Current Thread
Keywords
xsl