Login   Register  
PHP Classes
elePHPant
Icontem

File: cat.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eugene Panin  >  OCFLib  >  cat.xml  >  Download  
File: cat.xml
Role: ???
Content type: text/plain
Description: Menu in OCF format
Class: OCFLib
Author: By
Last change:
Date: 2001-08-31 12:05
Size: 448 bytes
 

Contents

Class file image Download
<?xml version="1.0" ?>

<catalog version="1.0" xmlns:ocf="http://www.martsoft.com/docs/ocf/">
<category name="root" id="root">
	<category name="m1" id="1">
	</category>
	<category name="m2" id="2">
		<category name="m3" id="3">
			<product id="pr1" name="Kontramarka">
				<attr name="url" value="http://www.kontramarka.ru" />
			</product>
		</category>
	</category>
	<category name="m4" id="4">
	</category>
</category>
</catalog>