<?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>MEMO NOTICES BCDI -&gt; UNIMARC ISO 2709</importname>
	<!-- Nombre de notices traitées par passe -->
	<nperpass>200</nperpass>
	<!-- Type de l'entrée -->
	<input type="xml" rootelement="MEMO_NOTICES" noticeelement="NOTICES"/>
	<!-- type de la sortie -->
	<output importable="yes" type="iso_2709" suffix="uni"/>
	
	<step type="xmltransform">
		<!-- Conversion en xml unimarc -->
		<xslfile>bcdi.xsl</xslfile>
		<rootelement>MEMO_NOTICES</rootelement>
		<noticeelement>NOTICES</noticeelement>
		<trootelement>unimarc</trootelement>
		<tnoticeelement>notice</tnoticeelement>
	</step>
	<step type="toiso">
		<!-- Conversion xml unimarc en iso2709 unimarc -->
		<rootelement>unimarc</rootelement>
		<il>2</il>
		<sl>2</sl>
		<dm1>4</dm1>
		<dm2>5</dm2>
		<dm3>0</dm3>
	</step>
</params>