Login   Register  
PHP Classes
elePHPant
Icontem

File: template_directory/template01/static/test_data_static.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Guerrieri Luca  >  PXAServer  >  template_directory/template01/static/test_data_static.xml  >  Download  
File: template_directory/template01/static/test_data_static.xml
Role: Auxiliary data
Content type: text/plain
Description: Example xml tempate file
Class: PXAServer
Library to build applications configured with XML
Author: By
Last change: manage
Date: 2007-03-25 13:19
Size: 860 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE pXw4Pa SYSTEM "pXw4Pa.dtd">
<?xml-stylesheet type="text/xsl" href="style1.xsl"?>
<pXw4Pa version="1.0">
<group>
<group name="placeholders">
	<entry name="item_01" type="string">item_01</entry>
	<entry name="item_02" type="string">item_02</entry>
	<entry name="item_03" type="string">item_03</entry>
	<entry name="item_04" type="string">item_04</entry>
	<entry name="content" type="string">content</entry>
	<entry name="footer" type="string">footer</entry>
</group>
<group name="data">
	<entry name="item_01">Item A</entry>
	<entry name="item_02">Item B</entry>
	<entry name="item_03">Item C</entry>
	<entry name="item_04">Item D</entry>
	<entry name="content">Testo dell'area content</entry>
	<entry name="footer">Testo del footer di pagina</entry>
</group>
</group>