Hi,
during writing a LDP howto I ran into a strange bug.
I've subscribed to the users-list because I don't want to get all the
dev-traffic - hopefully someone can help me here also.
Version 1.1.6fix4 is rebuilded today from available SRPMS.
Topic: LyX doesn't "escape" "&" chars in exported URLs, but nsgmls
don't like this:
LyX code:
\begin_inset LatexCommand \url[How Long the Aversion to IP Version
6]{http://researchcenter.zdnet.com/data/detail?id=1001711171_237&type
=RES&x=120054357}
\end_inset
- Review of META Group, Inc., full access needs (free) registration
at META
Group, Inc.
DocBook/SGML export:
<ulink
url="http://researchcenter.zdnet.com/data/detail?id=1001711171_237&ty
pe=RES&x=120054357">How Long the Aversion to IP Version 6</ulink> -
Review of META Group, Inc., full access needs (free) registration at
META Group, Inc.
Jade checker:
jade:../Linux+IPv6-HOWTO.sgml:4678:78:E: general entity "type" not
defined and no default entity
jade:../Linux+IPv6-HOWTO.sgml:4678:87:E: general entity "x" not
defined and no default entity
possible fix:
manual replace of "&" with "&"
But no idea for an automatic fix, because it's difficult to differ
between standalone "&" and "&" of starting entinites.
Any hints?
Peter