Hello Ashok ..
I have this inline section "ref"
<inlineType name="ref">
<metadatas>
<metadata name="BungeniMainDocID" />
</metadatas>
<output>
<content>
<an:ref id="$BungeniMainDocID" />
</content>
</output>
</inlineType>
this value BungeniMainDocID is a metedata value that I give to the document after saving it ...
I want to get it here in the id parameter for ref
<ref id="PBungeniMainDocID_autogeneratedId " > SOME TEXT </ref>
such that my doc Id => BungeniMainDocID = 14182 then the first ref in the document represents like this ....
<ref id="P14182_1"> SOME TEXT</ref>
how could I get that ??