Index.html

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.
bxe_start can take 2 arguments. The first one is either the path to your config file or the name of the http-request param. The second one has to be true, if it's a http-request parameter.

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 :
http://example.com/bxe/?config=path/to/config.xml

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

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.