[xsl] XPATH wildcard problem with namespace

Subject: [xsl] XPATH wildcard problem with namespace
From: "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx>
Date: Thu, 7 Oct 2004 02:17:04 -0700 (PDT)
Hello List,
          The belo is my xml document:
<?xml version="1.0" encoding="UTF-8"?>
<countrys xmlns="http://t3.org/test";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://t3.org/test
c:\test\my.xsd">
	...
	...
	<country id="1">USA
	</country>
	....
</countrys>

When I am using xpath //country, the nodeset is null.
But  if I am removing namespace declaration then it
works. Can anybody suggest me, whatz wrong?

regards,
Ranjan 


		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

Current Thread