Subject: Re: xsl namespace problem
From: JBryant@xxxxxxxxx
Date: Thu, 20 Oct 2005 16:55:08 -0500
|
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 |
|
JBryant - 20 Oct 2005 17:18:44 -0000
|
|