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>