Results 1 to 2 of 2

Thread: Get data from "xml" file

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2016
    Posts
    6

    Get data from "xml" file

    Hello,

    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.


    Best Reagrds,

    Tibi
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width