The Epeios Random PICker

This piece of software is in a early stage of development. This page acts only as reminder.

<erpck:data>
	<erpck:table name="Compositeur" DefaultLabel="Nom">	// 'DefaultLabel' is the tag which value is by default used to identify a record, when not overridden by the 'erpck:label' attribute
		<Compositeur>
			<Nom>Beethoven</Nom>
			<Prénom>Ludwig van</Prénom>
		</Compositeur>
		<Compositeur>
			<Name>Debussy</Name>
			<Prénoms>Claude</Prénoms>
		</Compositeur>
		<Compositeur>
			<Name>Mozart</Name>
			<Prénoms>Wolfgang Amadeus</Prénoms>
		</Compositeur>
		<Compositeur erpck:label="Bach JS">
			<Nom>Bach</Nom>
			<Prénoms>Johann Sebastian</Prénoms>
		</Compositeur>
		<Compositeur erpck:label="Bach CPE">	// This record is not identified by 'Bach', but by 'Bach CPE', sue to the presence of the 'erpck:label' attribute.
			<Nom>Bach</Nom>
			<Prénoms>Philipp Emanuel Bach </Prénoms>
		</Compositeur>
		<Compositeur>
			<Nom>Ravel</Nom>
			<Prénoms>Maurice</Prénoms>
		</Compositeur>
	</erpck:table>
	<erpck:table>
		<ercp:substitions>
			<ercp:substitution TagName="Compositeur" TableName="Compositeur"/>
		</ercp:substitions>
		<erpck:content>
			<Partition>
				<label>Ravel : sonatine</label>
			</Partition>
			<partition erpck:weight="1">
				<label>Golliwoog's rag</label>
			</partition>
		</erpck:content>
	</erpck:table>
</erpck:data>
erpck.txt · Last modified: 2010/11/13 16:27 by 192.168.5.10
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki