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]

& in url attr. of ulink


Given the line

<ulink url="http://some.host.net/index.php3?para1=X&para2=Y";>xxx</ulink>

(open)jade logically complains like:

  general entity "para2" not defined and no default entity

because of the '&'.

The only workaround which comes to my mind is replacing '&' with '%26'
or is there any other way to keep the '&' in the resulting URL (I mean
seeing in the browser "...&para2=Y" instead of "...%26para2=Y")

Michael
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org


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