﻿<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="philosophers.xsl"?>
<!--                                   -->
<!-- Last update: 23 February 2012     -->
<!-- Copyright (c) 2009-2011 O. Narat. -->
<!-- All rights reserved.              -->
<!--                                   -->
<philosophers page="1" first="true" last="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:noNamespaceSchemaLocation="philosophers.xsd">
    <philosopher>
      <name>Bergson</name>
      <fullName>Henri Bergson</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Bruno</name>
      <fullName>Giordano Bruno</fullName>
      <country>italy</country>
    </philosopher>
    <philosopher>
      <name>Camus</name>
      <fullName>Albert Camus</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Comte</name>
      <fullName>Auguste Comte</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Condorcet</name>
      <fullName>Nicolas de Condorcet</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>D'Alembert</name>
      <fullName>Jean le Rond d'Alembert</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Deleuze</name>
      <fullName>Gilles Deleuze</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Descartes</name>
      <fullName>René Descartes</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Diderot</name>
      <fullName>Denis Diderot</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Engels</name>
      <fullName>Friedrich Engels</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Feuerbach</name>
      <fullName>Ludwig Feuerbach</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Fichte</name>
      <fullName>Johann Gottlieb Fichte</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Hegel</name>
      <fullName>Georg Wilhelm Friedrich Hegel</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Hobbes</name>
      <fullName>Thomas Hobbes</fullName>
      <country>uk</country>
    </philosopher>
    <philosopher>
      <name>Hume</name>
      <fullName>David Hume</fullName>
      <country>uk</country>
    </philosopher>
    <philosopher>
      <name>Husserl</name>
      <fullName>Edmund Husserl</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>James</name>
      <fullName>William James</fullName>
      <country>usa</country>
    </philosopher>
    <philosopher>
      <name>Kant</name>
      <fullName>Immanuel Kant</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Kierkegaard</name>
      <fullName>Søren Kierkegaard</fullName>
      <country>denmark</country>
    </philosopher>
    <philosopher>
      <name>Leibniz</name>
      <fullName>Gottfried Wilhelm Leibniz</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Locke</name>
      <fullName>John Locke</fullName>
      <country>uk</country>
    </philosopher>
    <philosopher>
      <name>Machiavelli</name>
      <fullName>Niccolò Machiavelli</fullName>
      <country>italy</country>
    </philosopher>
    <philosopher>
      <name>Marx</name>
      <fullName>Karl Marx</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Montaigne</name>
      <fullName>Michel Eyquem de Montaigne</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Nietzsche</name>
      <fullName>Friedrich Nietzsche</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Rousseau</name>
      <fullName>Jean-Jacques Rousseau</fullName>
      <country>switzerland</country>
    </philosopher>
    <philosopher>
      <name>Schelling</name>
      <fullName>Friedrich Wilhelm Joseph von Schelling</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Schopenhauer</name>
      <fullName>Arthur Schopenhauer</fullName>
      <country>germany</country>
    </philosopher>
    <philosopher>
      <name>Serres</name>
      <fullName>Michel Serres</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Spinoza</name>
      <fullName>Baruch Spinoza</fullName>
      <country>netherlands</country>
    </philosopher>
    <philosopher>
      <name>Thoreau</name>
      <fullName>Henry David Thoreau</fullName>
      <country>usa</country>
    </philosopher>
    <philosopher>
      <name>Vico</name>
      <fullName>Giambattista Vico</fullName>
      <country>italy</country>
    </philosopher>
    <philosopher>
      <name>Voltaire</name>
      <fullName>François-Marie Arouet (Voltaire)</fullName>
      <country>france</country>
    </philosopher>
    <philosopher>
      <name>Whitehead</name>
      <fullName>Alfred North Whitehead</fullName>
      <country>uk</country>
    </philosopher>
    <philosopher>
      <name>Wittgenstein</name>
      <fullName>Ludwig Wittgenstein</fullName>
      <country>austria</country>
    </philosopher>
    <philosopher>
      <name>Wolff</name>
      <fullName>Christian Wolff</fullName>
      <country>germany</country>
    </philosopher>
</philosophers>

