How can I eliminate line break after <emphasis> ???
Hi, I am quite new to DTD, and EDD, including read/write rules and things.
The problem is, now I have made a application ready with an EDD based on a DTD, then applied it to an XML file.
(I am using ver2015)
The XML file goes...
<para>123<emphasis><termA>456</termA><emphasis>789</para>
Then displayed as...
123
456
789
However, the result I want is...
123456789
So I tried read/write rule...
writer
{
line break is 1000 characters;
}
However, still the bad line break is inserted after </termA>.
Could please anyone help this situation?

