how to auto-generate unique IDs for attributes
Hello,
I'm exploring FM further and meeting new misunderstandings.
I'm to make an XML according to predefined DTD from initially unstructured FM file.
I've built the EDD, convertion table, r/w rules, another dtd for "save as xml", structured application definition.
My xml file contains repeating elements (affiliation, citation, table, figure) which must have unique IDs. I need figures to have IDs "Fig1", "Fig2" etc., citation items - IDs "CR1", "CR2", etc. and these IDs are the attribute values for "internalRefs" elements that "frame" the references in text according to the number of referenced object (but they are not real cross-refs in the sense of FM but only a description of refs).
How can I do this?
I think it is about the help topic "auto-generating of unique IDs for attributes".
I defined the auto-generate rules (and unluckily only for one type of objects) but I failed to apply them.
I wrote the config .xml file but how does it work and when?
