CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MaylorTaylor

Search: Search took 0.02 seconds.

  1. Re: Adding multiple files to an XML multiple times

    I found the fix for anyone out there with the same issue (or similar)

    It was a simple use of node.appendchild() in a few key places.


    Public Function fjobdup() As String

    Dim doc As...
  2. Replies
    0
    Views
    939

    Issue zipping files from XML

    So I have an XML that looks like this...


    <?xml version="1.0" encoding="UTF-8"?>

    <!--XML Backup.-->
    -<Jobs>
    -<Job>
    <JobName>a</JobName>
    ...
  3. Adding multiple files to an XML multiple times

    So, I have this program that gathers 'source', 'destination', and 'job name' from a user and then adds this information to an XML file in this type of manner


    -<Jobs>
    -<Job> ...
Results 1 to 3 of 5





Click Here to Expand Forum to Full Width

Featured