OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: URL with CGI information


/ Kevin White <kevinw@Foresight.co.uk> was heard to say:
|     <ulink
| url="/scripts/script.php?button_new=yes&category=test">Sript</ulink>.
|     </para>
| </article>
| 
| Which produces the error:
| /usr/local/bin/jade:test.sgml:5:51:E: general entity "category" not defined
| and no default entity

The ampersand is the start of an entity reference in XML (and SGML).

| Can anyone give me any help as to how to deal with this?

Try this:

  url="/scripts/script.php?button_new=yes&amp;category=test">Sript</ulink>.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Everything is temporary.
http://www.oasis-open.org/docbook/ | 
Chair, DocBook Technical Committee |


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC