xsl-list
[Top] [All Lists]

Re: xsl namespace problem

2005-10-20 14:53:15


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
________________________________________________________________________

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