Loading html-code into left and right navi
Matthias Dieke <[email protected]>
| Newsgroups | gmane.comp.cms.bitflux.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
ok, the subject isn't really clear, but I try to describe my problem ;)
For a client project I like to show some tables in the left and right
navi at the "start"-page. Normaly not so hard ;)
The client don't have any knowledge about xsl. To give the client the
most comfortable way to edit the tables (useing BXE) I created a new
"XHTML" for each table.
In the home.xsl I used xsl-copy to include the tables
<xsl:template name="leftnavi">
<xsl:copy-of
select="document('../../data/home/letztes-spiel.de.xhtml')/xhtml:html/xhtml:body/xhtml:table"
/>
<xsl:copy-of
select="document('../../data/home/naechstes-spiel.de.xhtml')/xhtml:html/xhtml:body/xhtml:table"
/>
...
</xsl:template>
The tables will be include, but now the "start"-page loads very slow :(
Has someone an idea to solve the "slow-loading-problem"?
Thanks for your help.
Matthias
--
bitflux-cms mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms