Hello All

I have an xml like the following

<ProductType>
        <FastTrack condition="Equals">
                <Code1>Bye</Code1>
                <Code2>Bye Bye</Code2>
        </FastTrack>
</ProductType>
<Property>
        <FastTrack condition="NotEquals">
                <Code1>Hello</Code1>
                <Code2>Hi</Code2>
        </FastTrack>
</Property>

I am using the XMLTextReader to read the file. I want
to get the @condition attribute and do a check and
thereby get and thereby get the Code1 and Code2 of
both the <ProductType> and <Property>

Can someone help me.

Thanks
Nischal

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to