Login   Register  
PHP Classes
elePHPant
Icontem

File: append.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Dave  >  Hierachical Data Object  >  append.xml  >  Download  
File: append.xml
Role: Auxiliary data
Content type: text/plain
Description: data to use with the example script, for showing off the append_xml function
Class: Hierachical Data Object
Store and retrieve hierarchical data in XML
Author: By
Last change:
Date: 2005-10-05 07:53
Size: 448 bytes
 

Contents

Class file image Download
<append>
	<form id="a0">
		<action id="a0">
			<name>append action0</name>
			<descr>appended Action number 0</descr>
			<type>select</type>
		</action>
		<action id="a1">
			<name>append action1</name>
			<descr>appended Action number 1</descr>
			<type>text</type>
		</action>
	</form>
	<form id="a1">
		<action id="a3">
			<name>append action3</name>
			<descr>appended Action number 3</descr>
			<type>foo</type>
		</action>
	</form>
</append>