Surround every line in text with particular tag
Posted: Fri Oct 15, 2010 12:50 pm
How can I surround every line in selected text with particular tag? Is it possible in Oxygen XML editor? For example, I have following text lines:
So I crawl back into your open arms
Yes I crawl back into your open arms
And I crawl back into your open arms
Yes I crawl back into your open arms
And I want to encoding them with tag <line> on following way:
<line>So I crawl back into your open arms</line>
<line>Yes I crawl back into your open arms</line>
<line>And I crawl back into your open arms</line>
<line>Yes I crawl back into your open arms</line>
How can do this without encoding separatly every line? I want to select the complete text and do command "surround with tag <line> every line in text". Is it possible?
Thank for any answer!
So I crawl back into your open arms
Yes I crawl back into your open arms
And I crawl back into your open arms
Yes I crawl back into your open arms
And I want to encoding them with tag <line> on following way:
<line>So I crawl back into your open arms</line>
<line>Yes I crawl back into your open arms</line>
<line>And I crawl back into your open arms</line>
<line>Yes I crawl back into your open arms</line>
How can do this without encoding separatly every line? I want to select the complete text and do command "surround with tag <line> every line in text". Is it possible?
Thank for any answer!