<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://wamu.net/XML/Schema/NACV/VB/NACV_Response.xsd" xmlns:b="http://xml.equifax.com/XMLSchema/InterConnect">
	<xsl:template match="InterConnectResponse">
		<a:UID>
			<xsl:value-of select="b:AdditionalOutputData/b:DataAttribute[@name='id']"/>
		</a:UID>
	</xsl:template>
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2005. Progress Software Corporation. All rights reserved. -->