! This file describes transformations for Rapport elements ! Stephane Bonhomme - Oct. 1997 ! see file README.trans for the transformation language description !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! TRANS Groupes_Titrés; PATTERN (Section{ti:Titre_section,sp:Suite_paragraphes})+; RULES ti > :Groupe_titré.Titre_groupe; sp > Groupe_titré:Groupe; END TRANS Sections; PATTERN Section{(elem:*+, Suite_sections{(subsec:Section{(subs:*)+})+})+}; RULES elem > Section:*; subsec > :Section; subs > Section:*; END