This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DocBook: system entities at end of sentence


Brendan J Simon wrote:
> 
> I have a system entity defined for some acronyms.
> eg. <!entity gui "<acronym> GUI </acronym>">
> 
> How do I use this at the end of a sentence without having a space
> between the entity name and the period ?
> 
> The following does not work as "gui." is not defined.
> <para> X-Windows is a &gui. <para>
> 

Shouldn't you have a semi-colon at the end of the entity
reference like this <para> X-Windows is a &gui;. <para>

Todd.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]