<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://www.ontargetjobs.com/">
	
	<xsl:output method="text" encoding="UTF-8"/>

	<!-- Used to convert Case -->
	<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
	<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
	<xsl:variable name="encletters">,</xsl:variable>
	<xsl:variable name="lcase">lower</xsl:variable>
	<xsl:variable name="descript"></xsl:variable>
	<xsl:variable name="linebreak">&lt;br/&gt;</xsl:variable>

	

	<xsl:template match="/">
		<!--<xsl:text>ContactEmail|ComanyName|CompanyCity| CompanyState|companyCountry|CompanyZip|InformatioStatus|InformationTitle|ExternalTrackingID|InformationCity|InformationState|InforamtionZip| InformationCountry|PostionType1| CareerFocus1|MinimumEducation|Description| Source|ExternalReferenceID</xsl:text>
		<xsl:text>&#13;&#10;</xsl:text> -->
		<jobs>
			
			<xsl:for-each  select="a:jobs/a:job[.//a:managed-by-board='hc' and .//a:career-level='Entry Level'  ]"> 
			<!--	<xsl:for-each  select="a:jobs/a:job">  For testing only -->
				<Job>
					<ContactFirstName><xsl:text>|</xsl:text></ContactFirstName>
					<ContactLastName><xsl:text>|</xsl:text></ContactLastName>
					<ContactEmail>
						<xsl:text>info@hcareers.com</xsl:text>
					</ContactEmail>
					<ContactPhone1><xsl:text>|</xsl:text></ContactPhone1>
					<ContactPhoneType1><xsl:text>|</xsl:text></ContactPhoneType1>
					<ContactPhone2><xsl:text>|</xsl:text></ContactPhone2>
					<ContactPhoneType2><xsl:text>|</xsl:text></ContactPhoneType2>
					<ContactTitle><xsl:text>|</xsl:text></ContactTitle>
					<ContactDepartment><xsl:text>|</xsl:text></ContactDepartment>
					<CompanyName>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="a:confidential-employer = 'true'">
								<xsl:text>Confidential</xsl:text>
							</xsl:when>
							<xsl:otherwise>
								<xsl:value-of select="a:employer-name"/>
							</xsl:otherwise>
						</xsl:choose>
					</CompanyName>
					<CompanyAddress1><xsl:text>|</xsl:text></CompanyAddress1>
					<CompanyAddress2><xsl:text>|</xsl:text></CompanyAddress2>
					<CompanyCity>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="a:confidential-employer = 'true'">
								
								<xsl:text>Confidential</xsl:text>
								
							</xsl:when>
							<xsl:otherwise>
								
								<xsl:value-of select="a:employer-city"/>
								
							</xsl:otherwise>
						</xsl:choose>
					</CompanyCity>
					<CompanyState>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="a:confidential-employer = 'true'">
								
								<xsl:text>Confidential</xsl:text>
								
							</xsl:when>
							<xsl:otherwise>
								
								<xsl:value-of select="a:employer-state"/>
								
							</xsl:otherwise>
						</xsl:choose>
					</CompanyState>
					<CompanyCountry>
						<xsl:text>|</xsl:text>
						<xsl:choose>
											<xsl:when test="a:location/a:country ='AFG'"><xsl:text>AF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ALB'"><xsl:text>AL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DZA'"><xsl:text>DZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ASM'"><xsl:text>AS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AND'"><xsl:text>AD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AGO'"><xsl:text>AO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AIA'"><xsl:text>AI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ATA'"><xsl:text>AQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ATG'"><xsl:text>AG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ARG'"><xsl:text>AR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ARM'"><xsl:text>AM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ABW'"><xsl:text>AW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AUS'"><xsl:text>AU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AUT'"><xsl:text>AT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AZE'"><xsl:text>AZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BHS'"><xsl:text>BS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BHR'"><xsl:text>BH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BGD'"><xsl:text>BD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BRB'"><xsl:text>BB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BLR'"><xsl:text>BY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BEL'"><xsl:text>BE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BLZ'"><xsl:text>BZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BEN'"><xsl:text>BJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BMU'"><xsl:text>BM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BTN'"><xsl:text>BT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BOL'"><xsl:text>BO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BIH'"><xsl:text>BA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BWA'"><xsl:text>BW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BVT'"><xsl:text>BV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BRA'"><xsl:text>BR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IOT'"><xsl:text>IO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VGB'"><xsl:text>VG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BRN'"><xsl:text>BN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BGR'"><xsl:text>BG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BFA'"><xsl:text>BF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BDI'"><xsl:text>BI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KHM'"><xsl:text>KH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CMR'"><xsl:text>CM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CAN'"><xsl:text>CA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CPV'"><xsl:text>CV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CYM'"><xsl:text>KY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CAF'"><xsl:text>CF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TCD'"><xsl:text>TD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CHL'"><xsl:text>CL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CHN'"><xsl:text>CN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CXR'"><xsl:text>CX</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CCK'"><xsl:text>CC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COL'"><xsl:text>CO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COM'"><xsl:text>KM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COD'"><xsl:text>CD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COG'"><xsl:text>CG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COK'"><xsl:text>CK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CRI'"><xsl:text>CR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CIV'"><xsl:text>CI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CUB'"><xsl:text>CU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CYP'"><xsl:text>CY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CZE'"><xsl:text>CZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DNK'"><xsl:text>DK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DJI'"><xsl:text>DJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DMA'"><xsl:text>DM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DOM'"><xsl:text>DO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ECU'"><xsl:text>EC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='EGY'"><xsl:text>EG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SLV'"><xsl:text>SV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GNQ'"><xsl:text>GQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ERI'"><xsl:text>ER</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='EST'"><xsl:text>EE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ETH'"><xsl:text>ET</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FRO'"><xsl:text>FO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FLK'"><xsl:text>FK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FJI'"><xsl:text>FJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FIN'"><xsl:text>FI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FRA'"><xsl:text>FR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GUF'"><xsl:text>GF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PYF'"><xsl:text>PF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ATF'"><xsl:text>TF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GAB'"><xsl:text>GA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GMB'"><xsl:text>GM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GEO'"><xsl:text>GE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DEU'"><xsl:text>DE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GHA'"><xsl:text>GH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GIB'"><xsl:text>GI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GRC'"><xsl:text>GR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GRL'"><xsl:text>GL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GRD'"><xsl:text>GD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GLP'"><xsl:text>GP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GUM'"><xsl:text>GU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GTM'"><xsl:text>GT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GIN'"><xsl:text>GN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GNB'"><xsl:text>GW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GUY'"><xsl:text>GY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HTI'"><xsl:text>HT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HMD'"><xsl:text>HM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VAT'"><xsl:text>VA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HND'"><xsl:text>HN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HKG'"><xsl:text>HK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HRV'"><xsl:text>HR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HUN'"><xsl:text>HU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ISL'"><xsl:text>IS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IND'"><xsl:text>IN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IDN'"><xsl:text>ID</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IRN'"><xsl:text>IR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IRQ'"><xsl:text>IQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IRL'"><xsl:text>IE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ISR'"><xsl:text>IL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ITA'"><xsl:text>IT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='JAM'"><xsl:text>JM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='JPN'"><xsl:text>JP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='JOR'"><xsl:text>JO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KAZ'"><xsl:text>KZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KEN'"><xsl:text>KE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KIR'"><xsl:text>KI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRK'"><xsl:text>KP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KOR'"><xsl:text>KR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KWT'"><xsl:text>KW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KGZ'"><xsl:text>KG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LAO'"><xsl:text>LA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LVA'"><xsl:text>LV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LBN'"><xsl:text>LB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LSO'"><xsl:text>LS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LBR'"><xsl:text>LR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LBY'"><xsl:text>LY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LIE'"><xsl:text>LI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LTU'"><xsl:text>LT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LUX'"><xsl:text>LU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MAC'"><xsl:text>MO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MKD'"><xsl:text>MK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MDG'"><xsl:text>MG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MWI'"><xsl:text>MW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MYS'"><xsl:text>MY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MDV'"><xsl:text>MV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MLI'"><xsl:text>ML</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MLT'"><xsl:text>MT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MHL'"><xsl:text>MH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MTQ'"><xsl:text>MQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MRT'"><xsl:text>MR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MUS'"><xsl:text>MU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MYT'"><xsl:text>YT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MEX'"><xsl:text>MX</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FSM'"><xsl:text>FM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MDA'"><xsl:text>MD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MCO'"><xsl:text>MC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MNG'"><xsl:text>MN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MSR'"><xsl:text>MS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MAR'"><xsl:text>MA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MOZ'"><xsl:text>MZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MMR'"><xsl:text>MM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NAM'"><xsl:text>NA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NRU'"><xsl:text>NR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NPL'"><xsl:text>NP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ANT'"><xsl:text>AN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NLD'"><xsl:text>NL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NCL'"><xsl:text>NC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NZL'"><xsl:text>NZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NIC'"><xsl:text>NI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NER'"><xsl:text>NE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NGA'"><xsl:text>NG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NIU'"><xsl:text>NU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NFK'"><xsl:text>NF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MNP'"><xsl:text>MP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NOR'"><xsl:text>NO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='OMN'"><xsl:text>OM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PAK'"><xsl:text>PK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PLW'"><xsl:text>PW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PSE'"><xsl:text>PS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PAN'"><xsl:text>PA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PNG'"><xsl:text>PG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRY'"><xsl:text>PY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PER'"><xsl:text>PE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PHL'"><xsl:text>PH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PCN'"><xsl:text>PN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='POL'"><xsl:text>PL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRT'"><xsl:text>PT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRI'"><xsl:text>PR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='QAT'"><xsl:text>QA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='REU'"><xsl:text>RE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ROU'"><xsl:text>RO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='RUS'"><xsl:text>RU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='RWA'"><xsl:text>RW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SHN'"><xsl:text>SH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KNA'"><xsl:text>KN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LCA'"><xsl:text>LC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SPM'"><xsl:text>PM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VCT'"><xsl:text>VC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='WSM'"><xsl:text>WS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SMR'"><xsl:text>SM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='STP'"><xsl:text>ST</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SAU'"><xsl:text>SA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SEN'"><xsl:text>SN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SCG'"><xsl:text>CS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SYC'"><xsl:text>SC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SLE'"><xsl:text>SL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SGP'"><xsl:text>SG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SVK'"><xsl:text>SK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SVN'"><xsl:text>SI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SLB'"><xsl:text>SB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SOM'"><xsl:text>SO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ZAF'"><xsl:text>ZA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SGS'"><xsl:text>GS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ESP'"><xsl:text>ES</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LKA'"><xsl:text>LK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SDN'"><xsl:text>SD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SUR'"><xsl:text>SR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SJM'"><xsl:text>SJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SWZ'"><xsl:text>SZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SWE'"><xsl:text>SE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CHE'"><xsl:text>CH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SYR'"><xsl:text>SY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TWN'"><xsl:text>TW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TJK'"><xsl:text>TJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TZA'"><xsl:text>TZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='THA'"><xsl:text>TH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TLS'"><xsl:text>TL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TGO'"><xsl:text>TG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TKL'"><xsl:text>TK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TON'"><xsl:text>TO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TTO'"><xsl:text>TT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TUN'"><xsl:text>TN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TUR'"><xsl:text>TR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TKM'"><xsl:text>TM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TCA'"><xsl:text>TC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TUV'"><xsl:text>TV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VIR'"><xsl:text>VI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UGA'"><xsl:text>UG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UKR'"><xsl:text>UA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ARE'"><xsl:text>AE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GBR'"><xsl:text>GB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UMI'"><xsl:text>UM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='USA'"><xsl:text>US</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='URY'"><xsl:text>UY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UZB'"><xsl:text>UZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VUT'"><xsl:text>VU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VEN'"><xsl:text>VE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VNM'"><xsl:text>VN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='WLF'"><xsl:text>WF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ESH'"><xsl:text>EH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='YEM'"><xsl:text>YE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ZMB'"><xsl:text>ZM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ZWE'"><xsl:text>ZW</xsl:text></xsl:when>

											<xsl:otherwise/>
										</xsl:choose>
					</CompanyCountry>
					<CompanyZip>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="a:confidential-employer = 'true'">
								
								<xsl:text>Confidential</xsl:text>
								
							</xsl:when>
							<xsl:otherwise>
								
								<xsl:value-of select="a:employer-zip"/>
								
							</xsl:otherwise>
						</xsl:choose>
					</CompanyZip>
					<CompanyWebSite><xsl:text>|</xsl:text></CompanyWebSite>
					<InformationStatus>
						
						<xsl:text>|A</xsl:text>
					</InformationStatus>
					<InformationTitle>
						<xsl:text>|</xsl:text>
						<xsl:value-of select="a:title"/>
					</InformationTitle>
					<ExternalTrackingID>
						<xsl:text>|</xsl:text>
						<xsl:value-of select="a:job-id"/>
						
					</ExternalTrackingID>
					<InformationCity>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="string-length(a:location/a:city) > 0">
								<xsl:value-of select="a:location/a:city"/>			
							</xsl:when>
							<xsl:otherwise>
								<xsl:text></xsl:text>
							</xsl:otherwise>
						</xsl:choose>
					</InformationCity>
					<InformationState>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="string-length(a:location/a:state) > 0">
								
								<xsl:value-of select="a:location/a:state"/>
								
							</xsl:when>
							<xsl:otherwise>
								<xsl:text></xsl:text>
							</xsl:otherwise>
						</xsl:choose>
					</InformationState>
					<InformationZip>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="string-length(a:location/a:zip) > 0">
								
								<xsl:value-of select="a:location/a:zip"/>
								
							</xsl:when>
							<xsl:otherwise>
								<xsl:text></xsl:text>
							</xsl:otherwise>
						</xsl:choose>
					</InformationZip>
					<InformationCountry>
						<xsl:text>|</xsl:text>
						<xsl:choose>
											<xsl:when test="a:location/a:country ='AFG'"><xsl:text>AF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ALB'"><xsl:text>AL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DZA'"><xsl:text>DZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ASM'"><xsl:text>AS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AND'"><xsl:text>AD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AGO'"><xsl:text>AO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AIA'"><xsl:text>AI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ATA'"><xsl:text>AQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ATG'"><xsl:text>AG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ARG'"><xsl:text>AR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ARM'"><xsl:text>AM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ABW'"><xsl:text>AW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AUS'"><xsl:text>AU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AUT'"><xsl:text>AT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='AZE'"><xsl:text>AZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BHS'"><xsl:text>BS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BHR'"><xsl:text>BH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BGD'"><xsl:text>BD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BRB'"><xsl:text>BB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BLR'"><xsl:text>BY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BEL'"><xsl:text>BE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BLZ'"><xsl:text>BZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BEN'"><xsl:text>BJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BMU'"><xsl:text>BM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BTN'"><xsl:text>BT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BOL'"><xsl:text>BO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BIH'"><xsl:text>BA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BWA'"><xsl:text>BW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BVT'"><xsl:text>BV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BRA'"><xsl:text>BR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IOT'"><xsl:text>IO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VGB'"><xsl:text>VG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BRN'"><xsl:text>BN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BGR'"><xsl:text>BG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BFA'"><xsl:text>BF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='BDI'"><xsl:text>BI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KHM'"><xsl:text>KH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CMR'"><xsl:text>CM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CAN'"><xsl:text>CA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CPV'"><xsl:text>CV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CYM'"><xsl:text>KY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CAF'"><xsl:text>CF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TCD'"><xsl:text>TD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CHL'"><xsl:text>CL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CHN'"><xsl:text>CN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CXR'"><xsl:text>CX</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CCK'"><xsl:text>CC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COL'"><xsl:text>CO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COM'"><xsl:text>KM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COD'"><xsl:text>CD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COG'"><xsl:text>CG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='COK'"><xsl:text>CK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CRI'"><xsl:text>CR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CIV'"><xsl:text>CI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CUB'"><xsl:text>CU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CYP'"><xsl:text>CY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CZE'"><xsl:text>CZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DNK'"><xsl:text>DK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DJI'"><xsl:text>DJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DMA'"><xsl:text>DM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DOM'"><xsl:text>DO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ECU'"><xsl:text>EC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='EGY'"><xsl:text>EG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SLV'"><xsl:text>SV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GNQ'"><xsl:text>GQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ERI'"><xsl:text>ER</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='EST'"><xsl:text>EE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ETH'"><xsl:text>ET</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FRO'"><xsl:text>FO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FLK'"><xsl:text>FK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FJI'"><xsl:text>FJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FIN'"><xsl:text>FI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FRA'"><xsl:text>FR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GUF'"><xsl:text>GF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PYF'"><xsl:text>PF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ATF'"><xsl:text>TF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GAB'"><xsl:text>GA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GMB'"><xsl:text>GM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GEO'"><xsl:text>GE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='DEU'"><xsl:text>DE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GHA'"><xsl:text>GH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GIB'"><xsl:text>GI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GRC'"><xsl:text>GR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GRL'"><xsl:text>GL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GRD'"><xsl:text>GD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GLP'"><xsl:text>GP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GUM'"><xsl:text>GU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GTM'"><xsl:text>GT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GIN'"><xsl:text>GN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GNB'"><xsl:text>GW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GUY'"><xsl:text>GY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HTI'"><xsl:text>HT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HMD'"><xsl:text>HM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VAT'"><xsl:text>VA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HND'"><xsl:text>HN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HKG'"><xsl:text>HK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HRV'"><xsl:text>HR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='HUN'"><xsl:text>HU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ISL'"><xsl:text>IS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IND'"><xsl:text>IN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IDN'"><xsl:text>ID</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IRN'"><xsl:text>IR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IRQ'"><xsl:text>IQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='IRL'"><xsl:text>IE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ISR'"><xsl:text>IL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ITA'"><xsl:text>IT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='JAM'"><xsl:text>JM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='JPN'"><xsl:text>JP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='JOR'"><xsl:text>JO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KAZ'"><xsl:text>KZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KEN'"><xsl:text>KE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KIR'"><xsl:text>KI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRK'"><xsl:text>KP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KOR'"><xsl:text>KR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KWT'"><xsl:text>KW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KGZ'"><xsl:text>KG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LAO'"><xsl:text>LA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LVA'"><xsl:text>LV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LBN'"><xsl:text>LB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LSO'"><xsl:text>LS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LBR'"><xsl:text>LR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LBY'"><xsl:text>LY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LIE'"><xsl:text>LI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LTU'"><xsl:text>LT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LUX'"><xsl:text>LU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MAC'"><xsl:text>MO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MKD'"><xsl:text>MK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MDG'"><xsl:text>MG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MWI'"><xsl:text>MW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MYS'"><xsl:text>MY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MDV'"><xsl:text>MV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MLI'"><xsl:text>ML</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MLT'"><xsl:text>MT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MHL'"><xsl:text>MH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MTQ'"><xsl:text>MQ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MRT'"><xsl:text>MR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MUS'"><xsl:text>MU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MYT'"><xsl:text>YT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MEX'"><xsl:text>MX</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='FSM'"><xsl:text>FM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MDA'"><xsl:text>MD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MCO'"><xsl:text>MC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MNG'"><xsl:text>MN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MSR'"><xsl:text>MS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MAR'"><xsl:text>MA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MOZ'"><xsl:text>MZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MMR'"><xsl:text>MM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NAM'"><xsl:text>NA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NRU'"><xsl:text>NR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NPL'"><xsl:text>NP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ANT'"><xsl:text>AN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NLD'"><xsl:text>NL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NCL'"><xsl:text>NC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NZL'"><xsl:text>NZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NIC'"><xsl:text>NI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NER'"><xsl:text>NE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NGA'"><xsl:text>NG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NIU'"><xsl:text>NU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NFK'"><xsl:text>NF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='MNP'"><xsl:text>MP</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='NOR'"><xsl:text>NO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='OMN'"><xsl:text>OM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PAK'"><xsl:text>PK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PLW'"><xsl:text>PW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PSE'"><xsl:text>PS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PAN'"><xsl:text>PA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PNG'"><xsl:text>PG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRY'"><xsl:text>PY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PER'"><xsl:text>PE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PHL'"><xsl:text>PH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PCN'"><xsl:text>PN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='POL'"><xsl:text>PL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRT'"><xsl:text>PT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='PRI'"><xsl:text>PR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='QAT'"><xsl:text>QA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='REU'"><xsl:text>RE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ROU'"><xsl:text>RO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='RUS'"><xsl:text>RU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='RWA'"><xsl:text>RW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SHN'"><xsl:text>SH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='KNA'"><xsl:text>KN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LCA'"><xsl:text>LC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SPM'"><xsl:text>PM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VCT'"><xsl:text>VC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='WSM'"><xsl:text>WS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SMR'"><xsl:text>SM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='STP'"><xsl:text>ST</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SAU'"><xsl:text>SA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SEN'"><xsl:text>SN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SCG'"><xsl:text>CS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SYC'"><xsl:text>SC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SLE'"><xsl:text>SL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SGP'"><xsl:text>SG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SVK'"><xsl:text>SK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SVN'"><xsl:text>SI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SLB'"><xsl:text>SB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SOM'"><xsl:text>SO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ZAF'"><xsl:text>ZA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SGS'"><xsl:text>GS</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ESP'"><xsl:text>ES</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='LKA'"><xsl:text>LK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SDN'"><xsl:text>SD</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SUR'"><xsl:text>SR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SJM'"><xsl:text>SJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SWZ'"><xsl:text>SZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SWE'"><xsl:text>SE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='CHE'"><xsl:text>CH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='SYR'"><xsl:text>SY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TWN'"><xsl:text>TW</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TJK'"><xsl:text>TJ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TZA'"><xsl:text>TZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='THA'"><xsl:text>TH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TLS'"><xsl:text>TL</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TGO'"><xsl:text>TG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TKL'"><xsl:text>TK</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TON'"><xsl:text>TO</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TTO'"><xsl:text>TT</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TUN'"><xsl:text>TN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TUR'"><xsl:text>TR</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TKM'"><xsl:text>TM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TCA'"><xsl:text>TC</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='TUV'"><xsl:text>TV</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VIR'"><xsl:text>VI</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UGA'"><xsl:text>UG</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UKR'"><xsl:text>UA</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ARE'"><xsl:text>AE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='GBR'"><xsl:text>GB</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UMI'"><xsl:text>UM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='USA'"><xsl:text>US</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='URY'"><xsl:text>UY</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='UZB'"><xsl:text>UZ</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VUT'"><xsl:text>VU</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VEN'"><xsl:text>VE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='VNM'"><xsl:text>VN</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='WLF'"><xsl:text>WF</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ESH'"><xsl:text>EH</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='YEM'"><xsl:text>YE</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ZMB'"><xsl:text>ZM</xsl:text></xsl:when>
<xsl:when test="a:location/a:country ='ZWE'"><xsl:text>ZW</xsl:text></xsl:when>

											<xsl:otherwise/>
										</xsl:choose>
					</InformationCountry>
					<InformationAreaCode><xsl:text>|</xsl:text></InformationAreaCode>
					<NumberofPositions><xsl:text>|</xsl:text></NumberofPositions>
					<PositionType1>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="a:status-full-time = 'true'">
								
								<xsl:text>139</xsl:text>
							</xsl:when>
							<xsl:when test="a:status-part-time = 'true'">
								
								<xsl:text>141</xsl:text>
							</xsl:when>
							<xsl:when test="a:status-contract = 'true'">
								
								<xsl:text>142</xsl:text>
							</xsl:when>
							<xsl:when test="a:status-temporary = 'true'">
								
								<xsl:text>140</xsl:text>
							</xsl:when>
							<xsl:when test="a:status-contract = 'true'">
								<xsl:text>,</xsl:text>
								<xsl:text>"143"</xsl:text>
							</xsl:when>
							<xsl:when test="a:status-internship = 'true'">
								
								<xsl:text>2106</xsl:text>
							</xsl:when>

							<xsl:otherwise>
								<xsl:text>173</xsl:text>
							</xsl:otherwise>
						</xsl:choose>
					</PositionType1>
					<PositionType2><xsl:text>|</xsl:text></PositionType2>
					<PositionType3><xsl:text>|</xsl:text></PositionType3>
					<Careerfocus1>
						<xsl:text>|19</xsl:text>
					</Careerfocus1>
					<Careerfocus2><xsl:text>|</xsl:text></Careerfocus2>
					<ExpectedCost><xsl:text>|</xsl:text></ExpectedCost>
					<MinimumEducation>
						<xsl:text>|</xsl:text>
						<xsl:choose>
							<xsl:when test="a:minimum-education = 'Bachelors Degree'">
								<xsl:text>101</xsl:text>
							</xsl:when>
							<xsl:when test="a:minimum-education = 'High School (or equivalent)'">
								<xsl:text>99</xsl:text>
							</xsl:when>
							<xsl:when test="a:minimum-education = 'Masters Degree'">
								<xsl:text>102</xsl:text>
							</xsl:when>
							<xsl:otherwise>
								<xsl:text>160</xsl:text>
							</xsl:otherwise>
						</xsl:choose>
					</MinimumEducation>
					<Keywords><xsl:text>|</xsl:text></Keywords>
					<Description>
						<xsl:text>|</xsl:text>
						<!--<xsl:value-of select="translate(a:description,'&#xA;',$linebreak)"/> -->
						
						<xsl:call-template name="replace-string">
        					<xsl:with-param name="text" 
             					select="a:description"/>
        					<xsl:with-param name="from" select="'&#xA;'"/>
        					<xsl:with-param name="to" select="'&lt;br/&gt;'"/>
    						</xsl:call-template>

					</Description>
					<Requirements><xsl:text>|</xsl:text></Requirements>
					<ApplyLink><xsl:text>|</xsl:text><xsl:value-of select="a:internal-apply-url"/></ApplyLink>
					<Source>
						<xsl:text>|HCS</xsl:text>
					</Source>
					<PartnetList><xsl:text>|</xsl:text></PartnetList>
					<ExternalReferencedID>
						<xsl:text>|</xsl:text>
						<xsl:value-of select="a:job-id"/>
						
					</ExternalReferencedID>
					
				</Job>
				<xsl:text>&#13;&#10;</xsl:text>
			</xsl:for-each>
			
		</jobs>
	</xsl:template>

<xsl:template name='convertcase'>
<xsl:param name='toconvert' />
<xsl:param name='conversion' />

<xsl:choose>
	<xsl:when test='$conversion="lower"'>
		<xsl:value-of select="translate($toconvert,$ucletters,$lcletters)"/>
	</xsl:when>
	<xsl:when test='$conversion="upper"'>
		<xsl:value-of select="translate($toconvert,$lcletters,$ucletters)"/>
	</xsl:when>
	
	<xsl:otherwise>
		<xsl:value-of select='$conversion' /> 
		
	</xsl:otherwise>
</xsl:choose>
</xsl:template>

<xsl:template name='getjobid'>
<xsl:param name='hecjobid' />
	<xsl:value-of select="substring(hecjobid,4,string-length(hecjobid-4))"/>
</xsl:template>

<!-- reusable replace-string function -->
 <xsl:template name="replace-string">
    <xsl:param name="text"/>
    <xsl:param name="from"/>
    <xsl:param name="to"/>

    <xsl:choose>
	   
	  <xsl:when test="contains($text,'&#xD;&#xA;')">
		<xsl:variable name="before" select="substring-before($text, '&#xD;&#xA;')"/>
		<xsl:variable name="after" select="substring-after($text, '&#xD;&#xA;')"/>
		<xsl:variable name="prefix" select="concat($before, '')"/>

		<xsl:value-of select="$before"/>
		<xsl:value-of select="$to"/>
        <xsl:call-template name="replace-string">
	  		<xsl:with-param name="text" select="$after"/>
	  		<xsl:with-param name="from" select="$from"/>
	  		<xsl:with-param name="to" select="$to"/>
		</xsl:call-template>
      </xsl:when>  
		
      
      <xsl:when test="contains($text, $from)">
		<xsl:variable name="before" select="substring-before($text, $from)"/>
		<xsl:variable name="after" select="substring-after($text, $from)"/>
		<xsl:variable name="prefix" select="concat($before, $to)"/>

		<xsl:value-of select="$before"/>
		<xsl:value-of select="$to"/>
        <xsl:call-template name="replace-string">
	  		<xsl:with-param name="text" select="$after"/>
	  		<xsl:with-param name="from" select="$from"/>
	  		<xsl:with-param name="to" select="$to"/>
		</xsl:call-template>
      </xsl:when>
	  
      <xsl:otherwise>
        <xsl:value-of select="$text"/>  
      </xsl:otherwise>
    </xsl:choose>            
 </xsl:template>





</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="no" name="HEC" userelativepaths="yes" externalpreview="no" url="..\HEALTHeCareers\jobs.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/><scenario default="yes" name="Hcareers" userelativepaths="no" externalpreview="no" url="file:///c:/acbj/hCareers/Validated/JobsTest.xml" htmlbaseurl="" outputurl="" processortype="msxmldotnet2" useresolver="no" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/><scenario default="no" name="Test File" userelativepaths="yes" externalpreview="no" url="..\outgoing\TestData.xml" htmlbaseurl="" outputurl="" processortype="msxmldotnet2" useresolver="no" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="..\..\otjdatamodel.xsd" srcSchemaRoot="jobs" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="jobs/xsl:for&#x2D;each" x="320" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_CITY/xsl:choose" x="320" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_CITY/xsl:choose/>[0]" x="274" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_CITY/xsl:choose/>[0]/string&#x2D;length[0]" x="228" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_STATE/xsl:choose" x="320" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_STATE/xsl:choose/>[0]" x="274" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_STATE/xsl:choose/>[0]/string&#x2D;length[0]" x="228" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_COUNTRY/xsl:choose" x="320" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_COUNTRY/xsl:choose/>[0]" x="274" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_COUNTRY/xsl:choose/>[0]/string&#x2D;length[0]" x="228" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/GP_NAME/xsl:choose" x="308" y="234"/><block path="jobs/xsl:for&#x2D;each/Job/GP_NAME/xsl:choose/=[0]" x="262" y="228"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_REPLY_URL/xsl:choose" x="320" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_REPLY_URL/xsl:choose/>[0]" x="274" y="0"/><block path="jobs/xsl:for&#x2D;each/Job/JOB_REPLY_URL/xsl:choose/>[0]/string&#x2D;length[0]" x="228" y="0"/></template><template name="convertcase"></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="target"><Fragment url="" path="" action="hideAll"/></MapperFilter></MapperMetaTag>
</metaInformation>
-->