<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>

<xsl:template match="/">
	<xsl:apply-templates/>
</xsl:template>

<xsl:template match="CASE">
	<SHIP_CODE>
		<xsl:apply-templates/>
	</SHIP_CODE>
</xsl:template>

<xsl:template match="root">
	<ITININFO_DATA>
		<xsl:apply-templates/>
	</ITININFO_DATA>
</xsl:template>

<xsl:template match="row">
	<SAILING>
		<xsl:apply-templates/>
	</SAILING>
</xsl:template>

<xsl:template match="*">
	<xsl:element name="{name(.)}">
		<xsl:apply-templates/>
	</xsl:element>
</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="ITIN CONV " userelativepaths="yes" externalpreview="no" url="SEABOURN ITININFO_DATA.XML" htmlbaseurl="" outputurl="CORP_ITIN_DATA_CUS.xml" processortype="saxon6" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="users\minollo\eudora\attach\SEABOURN ITININFO_DATASAMPLE.XML" srcSchemaRoot="root" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"></template></MapperBlockPosition></MapperMetaTag>
</metaInformation>
-->