- Home /
How can i play with text which have string and int (from XML)
Hello
lets say (using c#) i have a XML file which have:
 <Characters>
 
    <CharacterA>
       <FirstSkill>Deal 10 Damage Per 5 Seconds </FirstSkill>
    </CharacterA>
 
 </Characters>
how can i play with the numbers in the Firstskill child?
               Comment
              
 
               
              Answer by Jeff-Kesselman · Nov 11, 2014 at 05:49 PM
Alternately, as a general solution, you parse the XMl to a data structure and manipulate that, then write it out again.
See either http://msdn.microsoft.com/en-us/library/cc189056(VS.95).aspx
or
Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                