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: 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 |

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