C
C# newbie
hi,
when I open an xml file which starts like:
<?xml version="1.0"?>
<Survey >
some xml code
some xml code
some xml code
some xml code
some xml code
</Survey>
Xpath works fine.
But when I open same xml with a starting point as this: (xpath doen't work):
<?xml version="1.0"?>
<Survey SurveyInfo="empty" SurveyID="1" StyleUsage="URL"
xmlns="http://www.domain.com" SurveyCoder="somebody" DateTime="12/10/2003
4:00:00 PM">
some xml code
some xml code
some xml code
some xml code
some xml code
</Survey>
any clue?
thx
when I open an xml file which starts like:
<?xml version="1.0"?>
<Survey >
some xml code
some xml code
some xml code
some xml code
some xml code
</Survey>
Xpath works fine.
But when I open same xml with a starting point as this: (xpath doen't work):
<?xml version="1.0"?>
<Survey SurveyInfo="empty" SurveyID="1" StyleUsage="URL"
xmlns="http://www.domain.com" SurveyCoder="somebody" DateTime="12/10/2003
4:00:00 PM">
some xml code
some xml code
some xml code
some xml code
some xml code
</Survey>
any clue?
thx