Oxygen editor variables is not picked up to generate a id for the topic
Posted: Tue Mar 30, 2021 10:55 am
Hello Team , We have this
custom topic template xml to create a new topic uses custom variable customtoipcID ' to create a unique topic id for a newly created topic
When we create a topic from File -> New - and then create a topic using topic template , this creating a new topic with the unique ID as below
But where as when we cretae a new topic from -> from a DIAMaps Manger Viw -> Append Child -> new -> then create a topic using topic template
this is just creating a topic as below
here the Oxygen editor variables is not picked up to generate a id for the topic?
thanks for your help.
Thanks,
vishwa
custom topic template xml to create a new topic uses custom variable customtoipcID ' to create a unique topic id for a newly created topic
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//xxxx//DTD xxx DITA Topic//EN" "xxxtopic.dtd">
<topic id="${customtoipcID}">
<title></title>
<body></body>
</topic>
When we create a topic from File -> New - and then create a topic using topic template , this creating a new topic with the unique ID as below
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//xxxx//DTD xxx DITA Topic//EN" "xxxtopic.dtd">
<topic id="6B2BC63F-8617-46A4-91AE-8EF1CA2D2DE4">
<title></title>
<body></body>
</topic>
But where as when we cretae a new topic from -> from a DIAMaps Manger Viw -> Append Child -> new -> then create a topic using topic template
this is just creating a topic as below
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//xxxx//DTD xxx DITA Topic//EN" "xxxtopic.dtd">
<topic id="untitled3">
<title></title>
<body></body>
</topic>
thanks for your help.
Thanks,
vishwa