WHAT IS XMap
XMap is a PHP Class and a set of tools to automate the creation of HTML pages.
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>
XMap have too the subpackage XNavigator, a extended class to make sitemaps "where I am". |