Need Attribute help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fischertm@hotmail.com

    Need Attribute help

    I need to be able to iterate through the following document to get both
    the Interface name and the two connections associated with it. I am at
    my wits end on how to do it...please help!

    <?xml version="1.0"?>
    <Interfaces>
    <Interface Name="ALG_CBD" Priority="0" TimeSet="2006-07-12
    06:07:55.765" Connections="2" >
    <Connections>
    <Connection Name="ALG_OPL_I NT" Priority="0" Type="TCP/IP"
    State="Connect Listen" ApplicationType ="Default Destination"
    DataType="Produ ction Only" Role="UNKNOWN" ProtocolName="" >
    </Connection>
    <Connection Name="CBD_OPL_O UTT" Priority="0" Type="TCP/IP"
    State="Connect Pending" ApplicationType ="Default Destination"
    DataType="Produ ction Only" Role="UNKNOWN" ProtocolName="" >
    </Connection>
    </Connections>
    </Interface

Working...