CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2006
    Posts
    4

    Question XML Help urgently wanted

    Hi i am new in processing XML. Here with i am giving you the strucutre of XML and i need to search multiple ways the data in xml the code can be in either VB 6 or VB.NEt it is very urgent Attached the xml structure document. I should be able to search basing on data of any node.


    Thanks in advance Please help me out
    Attached Files Attached Files

  2. #2
    Join Date
    Mar 2005
    Location
    On the Dark Side of Moon
    Posts
    86

    Re: XML Help urgently wanted

    Open XML file with ADO RecordSet ... you will get the
    Normal Record set and you can Deal with that same way
    like normal Recordset.

    -x8086

    Problem Is An Opportunity To Do Your Best.

    All Code Guru Member's
    Poll : -Please Vote For Code Guru Forum Programming competition


  3. #3
    Join Date
    May 2006
    Posts
    4

    Re: XML Help urgently wanted

    Thank you for your reply. Can i get an example or link where i can find a sample code.

  4. #4
    Join Date
    Jul 2005
    Posts
    1,083

  5. #5
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487

    Re: XML Help urgently wanted

    if you are going to search for the nodes based on attributes and/or contents, you can take advantage of the XQL/XLS by accessing the xml in DOM using/referencing the MS XML.
    Busy

  6. #6
    Join Date
    May 2006
    Posts
    4

    Re: XML Help urgently wanted

    Thank You Thread1, Can i have an example if possible. And more question is that can we load entire XML into memory and then do searching. The XML file should be in ecrypted form so that if any user open it in notepad they should not see the actuall data. So that we can provide some data security

  7. #7
    Join Date
    May 2006
    Posts
    4

    Angry Re: XML Help urgently wanted

    Hi Friends

    I have an XML file of size 50MB. When i am trying to parse it with DOM it is taking loat of memory and cpu resourses. I am using VB 6.0, I tried using SAX also, but could not stop at a particular element i wanted. So please kindly suggest me wht is the best way in dealing huge xml files.

    It is very urgen. Any kind of help is welcomed. Thanks in Advance

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

Featured