Re: [xsl] xsl namespace problem

Subject: Re: [xsl] xsl namespace problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 20 Oct 2005 22:53:15 +0100
> A couple things:
> 
> match="aco:/GetProductOptionsResponse
> 
> can't work. You need
> 
> match="/aco:GetProductOptionsResponse

True.


> 
> Then, in the XML document, replace
> 
> <GetProductOptionsResponse xmlns="http://www.accovia/TRIP2004A/01";>
> 
> with
> 
> <GetProductOptionsResponse xmlns:aco="http://www.accovia/TRIP2004A/01";>
> 
> 
No, that would make GetProductOptionsResponse be in no-namespace, but
for the above match to work you need it in the namespace
http://www.accovia/TRIP2004A/01

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread