Duplicate IdRefs
FrameMaker 7.2p128 is generating duplicate cross reference Ids for different cross references. Is this a known issue? Is there a fix?
Here are the steps to reproduce:
1. In structured FrameMaker, add a cross reference to topicA in file1.fm
2. Add a cross reference to topicB in file2.fm.
3. Save the book as XML.
Compare file1.xml and file2.xml and notice that there is a duplicate Idref for different cross references:
File1.xml snippet:
<ListItem><Strong>RSS</Strong> feed filters for a task list. See <CrossReference
Idref = "CHDBBCCB" format = "heading intro"/>.
File2.xml snippet:
<TableCell><Para><CrossReference Idref = "CHDBBCCB"
format = "heading intro"/></Para></TableCell>
<TableCell><Para>Adds a <UserInput><Timestamp></UserInput> element
to the SOAP header of a message</Para></TableCell>
