Search Result

Collapse
18 results in 0.0015 seconds.
Keywords
Members
Tags
  •  

  • svpriyan
    started a topic Merging/Appending two file in java
    in Java

    Merging/Appending two file in java

    Hai friends,
    I have two .ixf files
    My intention is to merge/ Append both to one.
    Could any one help me to find a way. i tried this forum though i coud not find anything yet.
    Thanks
    Priyan
    See more | Go to post

  • blacksab
    started a topic Merge XML within a file
    in XML

    Merge XML within a file

    Hello, I have an xml-file like this:
    Code:
    <ROOT>
      <ORDER_LINES>
        <DATA>
          <LINE_NO>1</LINE_NO>
          <MISC_INFO/>
        </DATA>
        <DATA>
          <LINE_NO>2</LINE_NO>
          <MISC_INFO/>
        </DATA>
      </ORDER_LINES>
    
      <SORT>
        <LINE_NO sort_no="2">1</LINE_NO>
    ...
    See more | Go to post

  • sakhawn
    started a topic Merging 2 different XML files...
    in XML

    Merging 2 different XML files...

    Hi,

    I have two files to merge using Java based on a similar text identifier:

    File 1:
    Code:
    <ListRecords>
    <record> 
    <header> 
    <identifier>oai:triple-l:2c7ba037-52a6-4323-97dd-b6ea1cdbfd18</identifier> 
    <datestamp>2007-05-29T15:55:00Z</datestamp> 
    <datestampasdatetime>2007-05-29T17:55:00+02:00</datestampasdatetime> 
    </header>
    ...
    See more | Go to post
Working...