xsl-list
[Top] [All Lists]

Re: xsl namespace problem

2005-10-20 14:55:08
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)

--~------------------------------------------------------------------
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>
--~--