alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE itpsea SYSTEM "itpsea.dtd">
<itpsea type="x">
    <element name="company">
        <attribute name="value" value="Creative Widgets Limited" />
        <element name="address">
            <attribute name="value" value="Specific Address" />
            <attribute name="street" value="MyHeights Blvd" />
            <attribute name="city" value="MyVillage" />
            <attribute name="country" value="Maginary" />
        </element>
        <element name="department">
            <attribute name="number" value="489" />
            <element name="employee">
                <attribute name="name" value="Able" />
                <attribute name="title" value="Education Specialist" />
                <attribute name="book" value="Query 2000, A Primer" />
            </element>
            <element name="employee">
                <attribute name="name" value="Baker" />
                <attribute name="title" value="Programmer Activist" />
                <attribute name="book" value="Java for Seniors" />
            </element>
            <element name="employee">
                <attribute name="name" value="Charlie" />
                <attribute name="title" value="Human Resources" />
                <attribute name="book" value="People I've Never Known" />
            </element>
        </element>
        <element name="department">
            <attribute name="number" value="564" />
            <element name="employee">
                <attribute name="name" value="Alpha" />
                <attribute name="title" value="Airline Pilot" />
                <attribute name="book" value="Greek Letters for Fun" />
            </element>
            <element name="employee">
                <attribute name="name" value="Bank Robber" />
                <attribute name="title" value="Financial Specialist" />
                <attribute name="book" value="Notes for Successful Profit" />
            </element>
            <element name="employee">
                <attribute name="name" value="Gamma" />
                <attribute name="title" value="Explorer" />
                <attribute name="book" value="Nine Lives in the Quadrant" />
            </element>
        </element>
        <element name="department">
            <attribute name="number" value="962" />
            <element name="employee">
                <attribute name="name" value="One" />
                <attribute name="title" value="Motivational Speaker" />
                <attribute name="book" value="How to Live Without Trying" />
            </element>
            <element name="employee">
                <attribute name="name" value="Two" />
                <attribute name="title" value="Pretender" />
                <attribute name="book" value="Identity Coping Skills" />
            </element>
            <element name="employee">
                <attribute name="name" value="Three" />
                <attribute name="title" value="Window Streaker" />
                <attribute name="book" value="Spare Change of Famous People" />
            </element>
        </element>
    </element>
</itpsea>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.