Author:
nickdunn
Version:
1.0
Release Date:
27 May 2009
Category:
Output

Description

A very simple list of UK countries and their counties. Stored as XML inside a variable, so you can loop through the XML by converting to a node-set.

XSLT

View Raw
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:variable name="uk-counties">
	
	<countries name="United Kingdom">
		
		<country name="England">
			<county>Bedfordshire</county>
			<county>Berkshire</county>
			<county>Bristol</county>
			<county>Buckinghamshire</county>
			<county>Cambridgeshire</county>
			<county>Cheshire</county>
			<county>City of London</county>
			<county>Cornwall</county>
			<county>Cumbria</county>
			<county>Derbyshire</county>
			<county>Devon</county>
			<county>Dorset</county>
			<county>Durham</county>
			<county>East Riding of Yorkshire</county>
			<county>East Sussex</county>
			<county>Essex</county>
			<county>Gloucestershire</county>
			<county>Greater London</county>
			<county>Greater Manchester</county>
			<county>Hampshire</county>
			<county>Herefordshire</county>
			<county>Hertfordshire</county>
			<county>Isle of Wight</county>
			<county>Kent</county>
			<county>Lancashire</county>
			<county>Leicestershire</county>
			<county>Lincolnshire</county>
			<county>Merseyside</county>
			<county>Norfolk</county>
			<county>North Yorkshire</county>
			<county>Northamptonshire</county>
			<county>Northumberland</county>
			<county>Nottinghamshire</county>
			<county>Oxfordshire</county>
			<county>Rutland</county>
			<county>Shropshire</county>
			<county>Somerset</county>
			<county>South Yorkshire</county>
			<county>Staffordshire</county>
			<county>Suffolk</county>
			<county>Surrey</county>
			<county>Tyne and Wear</county>
			<county>Warwickshire</county>
			<county>West Midlands</county>
			<county>West Sussex</county>
			<county>West Yorkshire</county>
			<county>Wiltshire</county>
			<county>Worcestershire</county>
		</country>
		
		<country name="Scotland">
			<county>Aberdeenshire</county>
			<county>Angus</county>
			<county>Argyllshire</county>
			<county>Ayrshire</county>
			<county>Banffshire</county>
			<county>Berwickshire</county>
			<county>Buteshire</county>
			<county>Cromartyshire</county>
			<county>Caithness</county>
			<county>Clackmannanshire</county>
			<county>Dumfriesshire</county>
			<county>Dunbartonshire</county>
			<county>East Lothian</county>
			<county>Fife</county>
			<county>Inverness-shire</county>
			<county>Kincardineshire</county>
			<county>Kinross</county>
			<county>Kirkcudbrightshire</county>
			<county>Lanarkshire</county>
			<county>Midlothian</county>
			<county>Morayshire</county>
			<county>Nairnshire</county>
			<county>Orkney</county>
			<county>Peeblesshire</county>
			<county>Perthshire</county>
			<county>Renfrewshire</county>
			<county>Ross-shire</county>
			<county>Roxburghshire</county>
			<county>Selkirkshire</county>
			<county>Shetland</county>
			<county>Stirlingshire</county>
			<county>Sutherland</county>
			<county>West Lothian</county>
			<county>Wigtownshire</county>
		</country>
		
		<country name="Wales">
			<county>Anglesey</county>
			<county>Brecknockshire</county>
			<county>Caernarfonshire</county>
			<county>Carmarthenshire</county>
			<county>Cardiganshire</county>
			<county>Denbighshire</county>
			<county>Flintshire</county>
			<county>Glamorgan</county>
			<county>Merioneth</county>
			<county>Monmouthshire</county>
			<county>Montgomeryshire</county>
			<county>Pembrokeshire</county>
			<county>Radnorshire</county>
		</country>
		
		<country name="Northern Ireland">
			<county>Antrim</county>
			<county>Armagh</county>
			<county>Down</county>
			<county>Fermanagh</county>
			<county>Londonderry</county>
			<county>Tyrone</county>
		</country>
		
	</countries>
	
</xsl:variable>

</xsl:stylesheet>

Discuss this XSLT Utility

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details