How to parse a xaml file/string

RadicalGfx

New Member
I'm reading an xaml file using \[code\]XamlReader()\[/code\] and it has of course elements and attributes such as:\[code\]<setter property="Property1" Value="http://stackoverflow.com/questions/10973393/Value1" />\[/code\]Are there any methods to locate a specific property and its associated value?Should I parse the string using string functions?
 
Back
Top