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.
  • Thanks 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.
  • Thank you, I will therefore do it manually now.

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.