WHAT IS XMap
XMap is a PHP Class and a set of tools to automatize html pages creation.
It use a XML file where you can place all <head> of your html pages like
title, description, keywords. In addition, XMap can generated the Navigator
Bar on your site, can tell to your page what html file to load as menu
and so on.
XMap main class is only a wrapper to another XPath class - PHPXML, downloadable
at http://www.phpclasses.org/browse.html/package/180.html - that use
some Xpath paths (called by XMap as Rules) and return a array with the map infos.
The format of XML is
<sitemap>
<map id="id1">
<element1>...</element1>
<element2>...</element2>
...
<map id="id2">
<p use <phpXML/> and you need download it and
from http://phpclasses.org/browse.html/package/180.html
element1>...</element1>
<element2>...</element2>
...
</map>
</map>
</sitemap>
INSTALL INSTRUCTION
XMap use <phpXML/> and you need download it and
from http://phpclasses.org/browse.html/package/180.html
DOCUMENTATION
The documentation isn't generated yet, but you can see the comments.
USAGE
Run demo.xnavigator.php to see one example of XMap use.
|