BizTron
BizTron on Biz Dev
Search
Include comments in search
Home
Archive
Contact Me
Sign in
Subscribe
<< Use Microsoft SharedView to demo your Windows Desktop
|
Tech Valley Code Camp on April 19 >>
Mar
26
XML US States Database
XML
No Comments »
I was looking for a List of US Cities and States. This is what I created in the process. I'm still looking for a List of US Cities grouped by State so I can drop it in a SQL Server Database. Then I can extract export it to XML and post it here.
Here are XML Element and XML Attribute representations of US States.
<?
xml
version
="1.0"
encoding
="utf-8"
?
>
<
US_States
>
<
US_State
StateID
="1"
State
="Alabama"
/>
<
US_State
StateID
="2"
State
="Alaska"
/>
<
US_State
StateID
="3"
State
="Arizona"
/>
<
US_State
StateID
="4"
State
="Arkansas"
/>
<
US_State
StateID
="5"
State
="California"
/>
<
US_State
StateID
="6"
State
="Colorado"
/>
<
US_State
StateID
="7"
State
="Connecticut"
/>
<
US_State
StateID
="8"
State
="Delaware"
/>
<
US_State
StateID
="9"
State
="Florida"
/>
<
US_State
StateID
="10"
State
="Georgia"
/>
<
US_State
StateID
="11"
State
="Hawaii"
/>
<
US_State
StateID
="12"
State
="Idaho"
/>
<
US_State
StateID
="13"
State
="Illinois"
/>
<
US_State
StateID
="14"
State
="Indiana"
/>
<
US_State
StateID
="15"
State
="Iowa"
/>
<
US_State
StateID
="16"
State
="Kansas"
/>
<
US_State
StateID
="17"
State
="Kentucky"
/>
<
US_State
StateID
="18"
State
="Louisiana"
/>
<
US_State
StateID
="19"
State
="Maine"
/>
<
US_State
StateID
="20"
State
="Maryland"
/>
<
US_State
StateID
="21"
State
="Massachusetts"
/>
<
US_State
StateID
="22"
State
="Michigan"
/>
<
US_State
StateID
="23"
State
="Minnesota"
/>
<
US_State
StateID
="24"
State
="Mississippi"
/>
<
US_State
StateID
="25"
State
="Missouri"
/>
<
US_State
StateID
="26"
State
="Montana"
/>
<
US_State
StateID
="27"
State
="Nebraska"
/>
<
US_State
StateID
="28"
State
="Nevada"
/>
<
US_State
StateID
="29"
State
="New Hampshire"
/>
<
US_State
StateID
="30"
State
="New Jersey"
/>
<
US_State
StateID
="31"
State
="New Mexico"
/>
<
US_State
StateID
="32"
State
="New York"
/>
<
US_State
StateID
="33"
State
="North Carolina"
/>
<
US_State
StateID
="34"
State
="North Dakota"
/>
<
US_State
StateID
="35"
State
="Ohio"
/>
<
US_State
StateID
="36"
State
="Oklahoma"
/>
<
US_State
StateID
="37"
State
="Oregon"
/>
<
US_State
StateID
="38"
State
="Pennsylvania"
/>
<
US_State
StateID
="39"
State
="Rhode Island"
/>
<
US_State
StateID
="40"
State
="South Carolina"
/>
<
US_State
StateID
="41"
State
="South Dakota"
/>
<
US_State
StateID
="42"
State
="Tennessee"
/>
<
US_State
StateID
="43"
State
="Texas"
/>
<
US_State
StateID
="44"
State
="Utah"
/>
<
US_State
StateID
="45"
State
="Vermont"
/>
<
US_State
StateID
="46"
State
="Virginia"
/>
<
US_State
StateID
="47"
State
="Washington"
/>
<
US_State
StateID
="48"
State
="West Virginia"
/>
<
US_State
StateID
="49"
State
="Wisconsin"
/>
<
US_State
StateID
="50"
State
="Wyoming"
/>
</
US_States
>
<?
xml
version
="1.0"
encoding
="utf-8"
?
>
<
US_States
>
<
US_State
>
<
StateID
>
1
</
StateID
>
<
State
>
Alabama
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
2
</
StateID
>
<
State
>
Alaska
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
3
</
StateID
>
<
State
>
Arizona
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
4
</
StateID
>
<
State
>
Arkansas
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
5
</
StateID
>
<
State
>
California
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
6
</
StateID
>
<
State
>
Colorado
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
7
</
StateID
>
<
State
>
Connecticut
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
8
</
StateID
>
<
State
>
Delaware
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
9
</
StateID
>
<
State
>
Florida
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
10
</
StateID
>
<
State
>
Georgia
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
11
</
StateID
>
<
State
>
Hawaii
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
12
</
StateID
>
<
State
>
Idaho
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
13
</
StateID
>
<
State
>
Illinois
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
14
</
StateID
>
<
State
>
Indiana
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
15
</
StateID
>
<
State
>
Iowa
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
16
</
StateID
>
<
State
>
Kansas
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
17
</
StateID
>
<
State
>
Kentucky
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
18
</
StateID
>
<
State
>
Louisiana
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
19
</
StateID
>
<
State
>
Maine
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
20
</
StateID
>
<
State
>
Maryland
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
21
</
StateID
>
<
State
>
Massachusetts
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
22
</
StateID
>
<
State
>
Michigan
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
23
</
StateID
>
<
State
>
Minnesota
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
24
</
StateID
>
<
State
>
Mississippi
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
25
</
StateID
>
<
State
>
Missouri
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
26
</
StateID
>
<
State
>
Montana
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
27
</
StateID
>
<
State
>
Nebraska
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
28
</
StateID
>
<
State
>
Nevada
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
29
</
StateID
>
<
State
>
New Hampshire
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
30
</
StateID
>
<
State
>
New Jersey
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
31
</
StateID
>
<
State
>
New Mexico
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
32
</
StateID
>
<
State
>
New York
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
33
</
StateID
>
<
State
>
North Carolina
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
34
</
StateID
>
<
State
>
North Dakota
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
35
</
StateID
>
<
State
>
Ohio
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
36
</
StateID
>
<
State
>
Oklahoma
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
37
</
StateID
>
<
State
>
Oregon
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
38
</
StateID
>
<
State
>
Pennsylvania
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
39
</
StateID
>
<
State
>
Rhode Island
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
40
</
StateID
>
<
State
>
South Carolina
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
41
</
StateID
>
<
State
>
South Dakota
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
42
</
StateID
>
<
State
>
Tennessee
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
43
</
StateID
>
<
State
>
Texas
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
44
</
StateID
>
<
State
>
Utah
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
45
</
StateID
>
<
State
>
Vermont
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
46
</
StateID
>
<
State
>
Virginia
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
47
</
StateID
>
<
State
>
Washington
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
48
</
StateID
>
<
State
>
West Virginia
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
49
</
StateID
>
<
State
>
Wisconsin
</
State
>
</
US_State
>
<
US_State
>
<
StateID
>
50
</
StateID
>
<
State
>
Wyoming
</
State
>
</
US_State
>
</
US_States
>
US_States_Attributes.xml (2.19 kb)
US_States_Elements.xml (3.60 kb)
Tags:
state list
Related posts
Add Custom DateTime Format to Blog Posts
DateTime Format for Blog Posts for BlogEngine.NET ...or wherever you want to standard...
Busy night at the controls
Windows Server 2008 Enterprise in a Virtual Machine, Configuring Microsoft Office SharePoint Server ...
Using the Entity Framework in .Net 3.5 SP1
Using the Entity Framework in .Net 3.5 SP1,Microsoft’s long awaited Entity Framework (EF) is one app...
Comments are closed
About the Author
BizTron
(aka Dave Petronis)
"Famous" systems architect and software developer, author, and "future President of the United States."
E-mail me
Calendar
<<
December 2008
>>
Mo
Tu
We
Th
Fr
Sa
Su
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
View posts in large calendar
Tag cloud
appsettings
blogengine
code camp
communication
css
desktop sharing
dynamics
ef model
event tracker
extension
features
hosting
linq to ef
linq to sql
orm
sharedview
silverlight
state list
telecommuting
theme
tvug
virtualization
vista
vista sp1
vm ware
wcf
web.config
widgetzone
windows 2003 r2 sp2
windows mobile
windows server 2003
windows server 2008
wpf
Category list
Architecture (3)
Architecture - .NET (3)
Architecture - ADO.NET (1)
Architecture - ASP.NET (3)
Architecture - BlogEngine.NET (4)
Architecture - Entity Framework (2)
Architecture - Silverlight (1)
C# Development (3)
Development (5)
Hosting (2)
Ineta Speaker (1)
LINQ (1)
Microsoft (4)
Random (2)
SQL Server (1)
Theme (1)
Virtualization (6)
Virtualization - VM Ware (1)
Vista (2)
Visual Studio (2)
Windows 2003 R2 (1)
Windows 2008 (1)
Windows Mobile (1)
XML (2)
Interesting Links
How to Water Cool a Computer
Enterprise Library
RecentPosts
Add Custom DateTime Format to Blog Posts
Comments: 0
Rating: 0 / 0
Using the Entity Framework in .Net 3.5 SP1
Comments: 0
Rating: 0 / 0
So you want a new BlogEngine.NET Theme?
Comments: 1
Rating: 0 / 0
Disable Display Shutdown Event Tracker on Windows Server 2008
Comments: 2
Rating: 0 / 0
Adding new features to BlogEngine.NET
Comments: 0
Rating: 0 / 0
It's just about time for a new theme and BlogEngine.NET 1.4
Comments: 1
Rating: 5 / 2
Data Services with Silverlight 2
Comments: 0
Rating: 4 / 1
WCF Essentials
Comments: 0
Rating: 4 / 2
Next-Generation UX Development with Silverlight and WPF
Comments: 0
Rating: 0 / 0
Tech Valley Code Camp Newsletter
Comments: 0
Rating: 0 / 0
BlogRoll
e-commerce Blog
Bryan Corazza
Scott Dougherty
Microsoft SharePoint Products...
Stephen W. Thomas BizTalk MVP
BizTalk Server Team Blog
Tom Hollander's blog
Microsoft Office SharePoint De...
IEBlog
Mads Kristensen, .NET slave
Windows PowerShell
Coding 4 Fun
Dino Esposito's WebLog
JohnPapa.net
BizTron on TVUG
Download OPML file
Archive
2008
September (2)
August (3)
July (2)
June (1)
May (2)
April (3)
March (2)
February (3)
January (2)