xsl-list
[Top] [All Lists]

RE : [xsl] xsl namespace problem

2005-10-21 04:38:26

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(_at_)s-s-t(_dot_)com [mailto:JBryant(_at_)s-s-t(_dot_)com] 
Envoyé : October 20, 2005 17:55
À : xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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)

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



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