How can i query the following string, to extract information from it?
<Glyphs
Fill="#ff000000"
FontUri="\Documents\1\Resources\Fonts\547B9B52-1992-40E2-BBAA-0D815B2C6215.odttf" FontRenderingEmSize="10"
StyleSimulations="BoldItalicSimulation"
OriginX="20"
OriginY="1094.96"
UnicodeString="SomeString" />
For example, how can i read the OriginY value with LINQ?
1 Answer