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


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

Re: Help!


/ Phillip Shelton <shelton@usq.edu.au> was heard to say:
| My preamble.
| 
| <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
| <!ENTITY arena "<productname class="Registered">Arena</productname>">
| ]>

You can't use the same quotes, you have to say:

  <!ENTITY arena "<productname class='Registered'>Arena</productname>">

or

  <!ENTITY arena '<productname class="Registered">Arena</productname>'>

| 
| My errors for trying to validate that.
| 
| cd f:/Busway/Busway Data/ModelDocs/
| onsgmls -s  Busway112.sgml
| onsgmls:Busway112.sgml:2:36:E: (invalid message)

I think onsgmls has been compiled incorrectly, that's an invalid message
for sure.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | One should always be a little
http://www.oasis-open.org/docbook/ | improbable.--Oscar Wilde
Chair, DocBook Technical Committee |

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