[Yanel-usage] having different editable areas on a page

Michael Wechner michael.wechner at wyona.com
Thu Jul 21 00:51:05 CEST 2011


Hi Bettina

On 7/20/11 3:46 PM, Bettina Messmer wrote:
> Hi,
>
> I try to create a global.xsl that loads two different files/contents in two columns. (One column contains the website-content, the other column has the news inside.)
>
> For that reason I defined two<div></div>-Parts.
>
> Then I included the content as fallows:
>
> <xsl:apply-templates select="/xhtml:html/xhtml:body/xhtml:h4"/>
>
> <xsl:apply-templates select="/xhtml:html/xhtml:body/xhtml:div"/>
>
> (In the loaded html file I embeded the content in a div-tag and the news are embeded in the h4-tag)
>
> This works, but my problem is, that I can't use tinyMCE with these two statements. It works only with this:
>
> <xsl:apply-templates select="/xhtml:html/xhtml:body/*"/>
>
> statement.

I guess you could customize the TinyMCE jelly files by calling your own 
from the resource configuration than

src/resources/tinymce/htdocs/

but I am afraid the saving of the content might still be a problem.

I will try to have a closer look at it and come back to this.

Thanks

Michael
> Has anybody an idea how I could try to solve this problem?
>
> thanks a lot and greets,
>
> Bettina
>
>



More information about the Yanel-usage mailing list