You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eugene Kirin <ki...@mosinfo.ru> on 2004/05/25 13:37:25 UTC

Re: xdoc problem, & char in href attribute

Hello, Karl!
You wrote to "Maven Users List" <us...@maven.apache.org> on Tue, 25 May 2004
04:28:41 -0700 (PDT):


 KB> I am trying including the following link in my xdoc which contains
 KB> an "&".

 KB> <a href="http://www.sys-con.com/story/?DE=1&storyid=37795">

 KB> I get an exception when I execute xdoc:transform which says:

 KB> The reference to entity "storyid" must end with the ';' delimiter.

 KB> If I change the link to have "&amp;" instead, the link does not
 KB> work.  Does anyone know how xdoc can include multiple parameters in
 KB> an href attribute?

 KB> Thanks.

 KB> Karl

Hi! Try to change "&amp;" to "&#38;"



With best regards, Eugene Kirin.  E-mail: kirin@mosinfo.ru


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org