I have a number of documents that have a lot of part numbers in them. Some of these part numbers are related to multiple documents. I would like to have one XML document that would pull in the needed part numbers for any other given XML document. My thoughts would be to create an ID attribute in the part_numb element. Then link using IDREF.
Example:
<part_numb id="123456">123456</part_numb>
<part_numb id="789101">789101</part_numb>
etc...
Would this be the best way of handling this type of situation or are there better solutions.
Thanks
