<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Id: params.xml,v 1.2 2006-04-28 05:35:04 touraine37 Exp $ -->
<params>
	<!-- Nom de l'import -->
	<importname>pmb-XML UNIMARC -&gt; RTF</importname>
	<!-- Nombre de notices traitées par passe -->
	<nperpass>200</nperpass>
	<!-- Type de l'entrée -->
	<input type="xml" rootelement="*" noticeelement="notice"/>
	<!-- Type de sortie -->
	<output importable="no" type="custom" script="output_rtf.inc.php" suffix="rtf" mimetype="application/rtf">
		<rtftemplate>list.rtf</rtftemplate>
	</output>
	<step type="xmltransform">
		<!-- Conversion en text -->
		<xslfile>text.xsl</xslfile>
		<rootelement>unimarc</rootelement>
		<noticeelement>notices</noticeelement>
	</step>
	<step type="custom">
		<script>to_rtf.inc.php</script>
		<callback>convert_middle</callback>
		<rtftemplate>list.rtf</rtftemplate>
	</step>
</params>