> From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] 

> > ================================================================
> > desired output:
> > <a 
> href="frameset.xsp?filename=foo.xml&searchstring=Integrations&
> auml;mter"> 
> > Integrations&auml;mter
> > </a>               .
> > ================================================================
> 
> This is definitely not correct. You can't use a entity in URL.

Of course you can, although that should be (replacing the '&' with
&amp;)

<a
href="frameset.xsp?filename=foo.xml&amp;searchstring=Integrations&auml;m
ter">
  Integrations&auml;mter
</a>     

Cheers,

Manos

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to