Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component

  

  

  Chilkat ActiveX Components

  Chilkat .NET Components

  Chilkat C++ Libraries

  

  

  

  

 

FAQ

XML Parser ActiveX COM VCL Component

DOWNLOAD Reference

Code Snippets

    Dim xml As ChilkatXml
    Dim nextNode As ChilkatXml
    
    Set xml = New ChilkatXml
    xml.LoadXmlFile ("trouble.xml")
    
    Set nextNode = xml.FirstChild()
        
    While (Not (nextNode Is Nothing))
    
      Text1.Text = Text1.Text & " Tag Name " & _
        nextNode.Tag & " = '" & nextNode.Content & _
        "' and has " & nextNode.NumAttributes & _
        " Attributes." & vbCrLf
        
      For i = 0 To nextNode.NumAttributes - 1
        Text1.Text = Text1.Text & "    " & _
            nextNode.GetAttributeName(i) & " = " & _
            nextNode.GetAttributeValue(i) & vbCrLf
      Next
      
      Set nextNode = nextNode.NextSibling()
      
    Wend

 


Privacy Statement. Copyright 2000-2008 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, and Windows 95/98/NT4.