<?php

	$d = new DOMDocument('1.0','UTF-8');
	$xmlFile = 'AttachedDocumentSigned.xml';
	$d->load($xmlFile);
	$KeyInfoTag = $d->getElementsByTagName("KeyInfo")[0];
	$KeyInfoTagCan = $KeyInfoTag->->C14N();

?>