Hello all,
I am new at XML. I have recently been given an extremely large XML document (it's a manual for repairing helicopters) . I'm supposed to take this document and break it down into a series of smaller XML files. Then, I need to create a "backbone" document which calls in all of the smaller docs (rather than having everything in one huge doc).
For example, my manual consists of 20 chapters. I'm going to take each chapter and make it into its own XML file (ch1.xml, ch2.xml, etc.). After I do that, I need to make a central document (manual.xml) which calls in each of the individual chapters. What sort of tags should I use to do this? I've found some tutorials on <xref> and <eref> tags, but I don't think that's what I need. Any ideas? I'm at a loss for where I should start...
Thanks!
I am new at XML. I have recently been given an extremely large XML document (it's a manual for repairing helicopters) . I'm supposed to take this document and break it down into a series of smaller XML files. Then, I need to create a "backbone" document which calls in all of the smaller docs (rather than having everything in one huge doc).
For example, my manual consists of 20 chapters. I'm going to take each chapter and make it into its own XML file (ch1.xml, ch2.xml, etc.). After I do that, I need to make a central document (manual.xml) which calls in each of the individual chapters. What sort of tags should I use to do this? I've found some tutorials on <xref> and <eref> tags, but I don't think that's what I need. Any ideas? I'm at a loss for where I should start...
Thanks!