Page Structure & Navigation

The whole page structure of the web site is stored in the xml file consolo/register/structure.xml. The page structure can be analyzed and displayed on the web site using various techniques, and with unlimited variations in style and functionality. Your imagination is the limit.

These pages describe how to create navigation using ASP, PHP and Flash® .

The Construction of the Page Structure

The file is designed to use as little space as possible. Therefore, a compact and shortened writing style has been adapted.

View an example of a page structure »

Node types

Name

Meaning

Description

<STRUCTURE>

structure

The main node, containing the entire page structure.

<F>

files and folders

All nodes in the page structure, no matter if they are files or folders.

 

Attributes

Namn

Innebär

Beskrivning

f

folder

0 = file, 1 = folder

v

visible

0 = invisible, 1 = visible

n

name

The name of the file or folder.

mn

menuname

The text to be displayed in the menu option.

Besides using the above mensioned attributes, it is possible to add your own attributes in the structure file »