cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

How to update "<map><title>Text</title>" into <topichead navtitle="Text"> by ACL script?

ptc-5081524
1-Newbie

How to update "<map><title>Text</title>" into <topichead navtitle="Text"> by ACL script?

Could you please help me to get to know about ACL Command or function to copy the text of an element and paste it in another element/attribute...

1st time I construct the DITA map

<map><title>Hello</title>

<topichead navtitle="Hello">

some reason the "title" is updated or translated...

after update the map is like

<map><title>How are you</title>

<topichead navtilte="Hello">

I want to update topichead/@navtitle by a ACL script so <topichead navtitle="How are you">.

1 ACCEPTED SOLUTION

Accepted Solutions

If you are in a ditamap and you right click on the the topic that you want to update, choose update reference. This will update the title in the ditamap with the title in the topic.

Bryon

View solution in original post

1 REPLY 1

If you are in a ditamap and you right click on the the topic that you want to update, choose update reference. This will update the title in the ditamap with the title in the topic.

Bryon

Top Tags