A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: how to check sub fields in XML file

  1. #1
    Senior Member mzhang's Avatar
    Join Date
    Aug 2000
    Posts
    407

    how to check sub fields in XML file

    Hi there,

    can someone tell me how to check the sub field (sub_search) in xml file? actually, I would like to get all sub fields if it does exit. whatever, how many sub fields have. It has avality to get them.

    Cheers

    PHP Code:
    <menu
             <
    main label="home" link="http://www.open.com"
             </
    main
             <
    main label="search" link="http://www.google.com"
                      <
    main label="sub_search" link="http://www.abc.com"  /> 
             </
    main
             <
    main label="flash" link="http://www.USA.com"
                      <
    main label="sub_flash" link="http://www.acbc.com" 
                                <
    main label="sub_lash_1" link="http://www.cnn.com" /> 
                      </
    main>
             </
    main
    </
    menu
    Last edited by mzhang; 10-13-2005 at 11:52 AM.

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

HTML5 Development Center