|
|
The index.html file: It's very advisable to deliver xhtml instead of "just" html: if you use namespaces in your document, you should them define here (or in Config.xml) These two lines are needed, you can of course add your own css (also possible in Config.xml) you can add whatever you want additionally into the =head= part The onload handler is important, otherwise it won't start. The example below loads the config.xml from the inc directory. With a request parameter it would look: bxe_start('config',true); and your uri should then be : XSLT*This is somewhat outdated, we do not recommend XSLT right now, but the Inline HTML Method, see LoadingLayout#Inline_HTML_method for more details * BXE has to know, where to put the output of your xsl-transformation, therefore you have to make an element with the id bxe_area. You can put more elements around this element, but the id="bxe_area" element will disappear after loading and replaced with the output of your xsl-transformation |