Next in thread → Next in month →

Re: DOCBOOK: URL with CGI information

From
Norman Walsh <>
Date
2000-07-21T14:16:29+00:00
ID
Thread
Re: DOCBOOK: URL with CGI information
/ Kevin White <> 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 <>      | Everything is temporary.
http://www.oasis-open.org/docbook/ | 
Chair, DocBook Technical Committee |
Next in thread → Next in month →