I have some *.sym file, what is in xml format.
Next to end of the file there is QuotationInfo block, I need to get all symbol name value from the <Info num="4" name="Contained Symbols"
<QuotationInfo>
<Info num="0" name="Number of Loops" value="2"/>
<Info num="3" name="Number of Contained Symbols" value="2"/>
<Info num="4" name="Contained Symbols">
<Symbol name="U-6088-DF-20-3-POS40-D" count="1"/>
<Symbol name="U-6088-DF-20-3-POS70-D" count="1"/>
</Info>
<Info num="5" name="Number of Tools">
Anybody can show how can I get these values?
I attached an exaple symbol file the this post.