Need help with XML Conversion
I have a very large unstructured document that I need to convert to XML. This document once had a structure applied to it but somehow this structure was deleted (not by me). Since the structure was deleted, a fair amount of content has been added to the file.
Ive been reading through PDF help files and trying to figure out how to solve this problem. I am very new to this so any help or input would really be great.
So far thoughts on converting to XML are:
1) Get structure back working in the original file. I do not know if there is a way to transfer the structure Pre-Loss to the new file. I have created a conversion table already that I can use. I have ran the CT and created what seems to be a structured document, but I think I may be missing further steps.
2) Export the element definitions to an EDD
3) Convert the EDD to a DTD
4) Create a template file (not sure how to do this?)
Finally export to XML. Before I start on this some feedback would be very welcomed. Sorry I am very inexperienced with all of this.
