← Prev in month ← Prev in thread

How to remove space after tag?

From
Paul Spencer <>
Date
2009-01-23T16:19:34+00:00
ID
Thread
How to remove space after tag?
The editor I am using reformats the DocBook 5 XML source file.  This  
becomes an issue when some of the characters in a word are bolded.   
Below are two examples that bolds the first letter of the word  
"Insert".  The first example produces the correct output, but the  
second listing adds a space between the "I" and the "n"
<entry>
  <emphasis role="strong">I</emphasis>nsert
</entry>

<entry>
  <emphasis role="strong">I</emphasis>
  nsert
</entry>

Since the example is the result of my editor's reformatting and I do  
not want the space after the first letter of the word, I am looking  
for suggestions.

Paul Spencer
← Prev in month ← Prev in thread