Space between name-parts
I would like to know how it is possible to have non-breaking space between the initialized given name and the familiy name.
I have tried with this code:
<name delimiter=", " initialize-with=".">
<name-part name="given" suffix=" "/>
<name-part name="family"/>
</name>
But the result is that I have a non-breaking space AND a usual space between the two parts of the name.
Thank you in advance.
I have tried with this code:
<name delimiter=", " initialize-with=".">
<name-part name="given" suffix=" "/>
<name-part name="family"/>
</name>
But the result is that I have a non-breaking space AND a usual space between the two parts of the name.
Thank you in advance.
-
fbennettThanks for this information. This is a further wrinkle in duplicate-character control, and will have to wait for a major refactoring of the processor output code, which I hope to get to sometime in the next few months.
-
MessensiThank you, I will therefore do it manually now.