To my knowledge, ID and IDREF attributes will always link, and I know of no way to prevent that. You could contact Arbortext technical support to be sure.
A workaround would be to use ACL to handle cross references to pgblk titles.
- A different element would be needed with one CDATA attribute for the ID and another CDATA attribute to store the cross reference text (pgblk title). The CDATA attribute would not link.
- During the first formatting pass, the FOSI would write an external ASCII file with the ID and contents of each pgblk title.
- Then ACL would search the SGML file for this cross reference element, match the ID in the external file, and fill the second attribute with the corresponding pgblk title.
- ACL would re-format the document.
- The FOSI would fillval the pgblk title from the CDATA attribute to a usetext source.
Hope this helps!
Suzanne