I am using the Define.xml Generator from Pinnacle Community to create my define.xml. When I fill out the Excel Spec to create the define, the following issues arise:
1. I cannot reference to the section of a document but only to pages (by using the column "Pages" in e.g. the Comments tab).
2. I cannot reference two documents within the same comment.
In the define.xml it should look like this:
<def:CommentDef OID="COM.ADQSADAS">
<Description>
<TranslatedText>See referenced dataset creation program and Analysis Data Reviewer's Guide, Section 2.1</TranslatedText>
</Description>
<def:DocumentRef leafID="LF.ADQSADAS.PGM"/>
<def:DocumentRef leafID="LF.ADRG">
<def:PDFPageRef PageRefs="Section2.1" Type="NamedDestination"/>
</def:DocumentRef>
</def:CommentDef>
Is there a way to get this by using the Excel Spec without adapting the Define.xml in an editor afterwards?
Pinnacle 21 uses cookies to make our site easier for you to use. By continuing to use this website, you agree to our use of cookies. For more info visit our Privacy Policy.
Hi all,
I am using the Define.xml Generator from Pinnacle Community to create my define.xml. When I fill out the Excel Spec to create the define, the following issues arise:
1. I cannot reference to the section of a document but only to pages (by using the column "Pages" in e.g. the Comments tab).
2. I cannot reference two documents within the same comment.
In the define.xml it should look like this:
<def:CommentDef OID="COM.ADQSADAS">
<Description>
<TranslatedText>See referenced dataset creation program and Analysis Data Reviewer's Guide, Section 2.1</TranslatedText>
</Description>
<def:DocumentRef leafID="LF.ADQSADAS.PGM"/>
<def:DocumentRef leafID="LF.ADRG">
<def:PDFPageRef PageRefs="Section2.1" Type="NamedDestination"/>
</def:DocumentRef>
</def:CommentDef>
Is there a way to get this by using the Excel Spec without adapting the Define.xml in an editor afterwards?
Thanks a lot!