Nikolay Rastegaev wrote: > When I open DITA topic in which some <ol> use conref attribute XXE > opens styled view of document with included content marked read only. > This is very good feature, but after that I couldn't edit any > attributes of <ol>, but I have need change conref address for example. >
--> XMLmind XML Editor does not encourage directly typing conref values (or XInclude href) because doing this is tedious and error prone (you could type a pointer to an element which is not allowed by the grammar in the current context). If you just need to change the conref value, we strongly recommend to use the "Copy As Reference/Paste" method. [1] Use "Edit|Reference|Copy as Reference" (Ctrl+Shift-C) to copy a reference to an element. [2] Select the transcluded element. [3] Use "Edit|Paste into" (Ctrl-V) to replace it by the contents of the clipboard, which will give you an updated transcluded element. All this is explained in great length in XMLmind XML Editor - DITA Support, Content inclusion -- http://www.xmlmind.com/xmleditor/_distrib/doc/dita/help-4.html --> For any other change in a transcluded element: [1] Click anywhere inside the transcluded element. [2] Use "Edit|Reference|Untransclude Reference". This will replace the transcluded element by the element having a conref attribute. [3] Modify the attributes of the element having a conref attribute. [4] Select this element if not already selected and then use "Edit|Reference|Retransclude Reference". More information in http://www.xmlmind.com/xmleditor/_distrib/doc/help/editMenu.html#referenceMenu

