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

Bettina Messmer bettina.messmer at gmx.ch
Wed Jul 20 15:46:40 CEST 2011


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.

Has anybody an idea how I could try to solve this problem?

thanks a lot and greets,

Bettina


-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!		
Jetzt informieren: http://www.gmx.net/de/go/freephone


More information about the Yanel-usage mailing list