<policy>
	<rule>
		<description>Reformat photo from URL to octet</description>
		<conditions/>
		<actions>
			<do-reformat-op-attr name="photo">
				<arg-value type="octet">
					<token-xpath expression="es:getB64ImageFromURL(string($current-value))"/>
				</arg-value>
			</do-reformat-op-attr>
		</actions>
	</rule>
</policy>
