[xsl] RE : [xsl] xsl namespace problem

Subject: [xsl] RE : [xsl] xsl namespace problem
From: "Stephane Dion" <stephane@xxxxxxxxxxx>
Date: Fri, 21 Oct 2005 07:38:26 -0400
Thanks

	I can't change my XML so is there another way to do it in the
stylesheet?

	The URL difference was a "typo" in the example!

Thanks again
Stephane

-----Message d'origine-----
De : JBryant@xxxxxxxxx [mailto:JBryant@xxxxxxxxx]
Envoyi : October 20, 2005 17:55
@ : xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Objet : Re: [xsl] xsl namespace problem

A couple things:

match="aco:/GetProductOptionsResponse

can't work. You need

match="/aco:GetProductOptionsResponse

Then, in the XML document, replace

<GetProductOptionsResponse xmlns="http://www.accovia/TRIP2004A/01";>

with

<GetProductOptionsResponse xmlns:aco="http://www.accovia/TRIP2004A/01";>

Also, your two URLs, http://www.org/TRIP2004A/01 and
http://www.accovia/TRIP2004A/01, don't match.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

Current Thread