Can I have XML Defination in this way
        Posted  
        
            by Sathish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sathish
        
        
        
        Published on 2010-03-25T10:41:06Z
        Indexed on 
            2010/03/25
            10:43 UTC
        
        
        Read the original article
        Hit count: 246
        
c#
HI
Can i have a xml defination like below
<add key="FirstName" ServerType="FirstName" Mandatory="Yes" length="3" DataType="String"/>
if yes how can i read this in my dot net c# code i use dotnet 2.0 frame work Please help me with the code
© Stack Overflow or respective owner