Hi There,
Can anyone help me out with this one. I need to read an XML file and convert it in to an other XML file with less tags. The original XML file contains information on single Page TIFF files and I need to convert them in to MultiPage TIFF files. This is not the problem. The problem is to read the original XML file with x amount of IMAGEFILE Tags en convert that in to an XML File with only 1 IMAGEFILETAG. The original XML File also contain Meta-information about the documents and relational information between the singlepage TIFF files, that information needs to be preserved.
My thoughts where, reading the XML file into an DataSet and then process the Single Page TIFFS in to an Multipage TIFF and then export the data in the dataset to an new XML file. But how do I remove the dataset entries Singlepage TIFFS and replace them with a single Dataset entry for the Multipage TIFF?
Any help is usefull.
Cire
Can anyone help me out with this one. I need to read an XML file and convert it in to an other XML file with less tags. The original XML file contains information on single Page TIFF files and I need to convert them in to MultiPage TIFF files. This is not the problem. The problem is to read the original XML file with x amount of IMAGEFILE Tags en convert that in to an XML File with only 1 IMAGEFILETAG. The original XML File also contain Meta-information about the documents and relational information between the singlepage TIFF files, that information needs to be preserved.
My thoughts where, reading the XML file into an DataSet and then process the Single Page TIFFS in to an Multipage TIFF and then export the data in the dataset to an new XML file. But how do I remove the dataset entries Singlepage TIFFS and replace them with a single Dataset entry for the Multipage TIFF?
Any help is usefull.
Cire