[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Default namespace problem
Subject: Re: [xsl] Default namespace problem
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Wed, 31 Aug 2005 20:32:42 +0200
|
Tempore 20:12:37, die 08/31/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Khorasani, Houman <houman_khorasani@xxxxxxxxxxxxxx>:
XML:
<OrderRequest xmlns:bt="http://www.csgsystems.com/bta">
Works fine!!
But if XML has a default namespace instead:
XML:
<OrderRequest xmlns="http://www.csgsystems.com/bta">
It does not matter how the namespace-uri was assigned to the elements in the XML (named or default namespace) - it shouldn't affect your xslt. Leave it untouched.
regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
B+Numquam mores quos extuli referoB; - Seneca , Ad Lucilium I, 7
|