Hello everyone,
It's my first post here, so a extra thank you for you time and understanding.

I was trying to develop a solution to read .xaml file(code) and filter some tags and check the tags values.

For instance, using the bellow code, how can I get all 'variable' tags and check if is 'String'and check if the value contains come specific keyword (using c/c++)?

On another forum it was suggested a parser library but I did not found any information specifically for xaml, also the user could not provide information about the libraries.

Thank you
<Flowchart.Variables>
<Variablex:TypeArguments="x:String"Name="strDebugDt"/>
<Variablex:TypeArguments="x:String"Name="strMailFilter"/>
<Variablex:TypeArguments="sd:DataTable"Name="dtReportAttachments"/>
</Flowchart.Variables>