Hi Simon,
simon wrote:
hello all
i'm using lenya 1.4.
cool, so am I ;)
i have a jx template and don't get the & show up correctly. the
LinkBrowserURL i need to set in the javascript uses multiple parameters.
it never works because in the rendered page is still a & instead of
a &.
This should be fine (desired) if you are serializing xhtml (
http://www.w3.org/TR/xhtml1/#C_12 ).
--Doug
i went through the uscases/usecase.xmap and serialised just after the jx
generator and i still got &
what do i oversee?
any hint is very much appreciated.
simon
<?xml version="1.0"?>
<page:page
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
xmlns:cinclude="http://apache.org/cocoon/include/1.0"
>
<script type="text/javascript">
window.onload = function()
{
oFCKeditor.Config[ "LinkBrowserURL" ] = '<jx:out
value="${usecase.getParameter('host')}"/><jx:out
value="${usecase.getParameter('requesturi')}"/>?lenya.module=fckeditor&lenya.step=link-show&language=en'
;
}
</script>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]