Manos Batsis wrote: >>From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] >>>================================================================ >>>desired output: >>><a >> >>href="frameset.xsp?filename=foo.xml&searchstring=Integrations& >>auml;mter"> >> >>>Integrationsä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 > &) > > <a > href="frameset.xsp?filename=foo.xml&searchstring=Integrationsäm > ter"> > Integrationsämter > </a>
Still no. Of course you can write this in your XML input, but in the serialized output a valid URL has to be written. And ä is not valid, the & is reserved for concatenating request parameters. If this is working in some browsers, then they have some intelligence to fix developer errors. A XSLT processor should not output such errors. Regards, Joerg > Cheers, > > Manos -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de --------------------------------------------------------------------- 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]>