Listing 4: AirWings_xml.dtd
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT company ANY>
<!ELEMENT company-name (#PCDATA)>
<!ELEMENT available-aircrafts (aircraft,fly-from,price,photo)>
<!ELEMENT aircraft EMPTY>
<!ATTLIST aircraft
name CDATA #REQUIRED
code CDATA #IMPLIED
id (1211222|2122111|1291212) "1211222">
<!ELEMENT fly-from EMPTY>
<!ATTLIST fly-from
year (2004|2005|2006) #IMPLIED>
<!ELEMENT price EMPTY>
<!ATTLIST price
ammount CDATA #REQUIRED
currency CDATA #REQUIRED>
<!ELEMENT photo (image?)>
<!ELEMENT image EMPTY>
<!ATTLIST image
alt CDATA #IMPLIED
src CDATA #REQUIRED
type CDATA "image/bmp">
<!ELEMENT mc:info-order (#PCDATA|mc:your-company-name|mc:license-id|mc:bank-account)*>
<!ATTLIST mc:info-order
xmlns:mc CDATA #FIXED "http://www.airwings.org/register/">
<!ELEMENT mc:your-company-name (#PCDATA)>
<!ELEMENT mc:license-id (#PCDATA)>
<!ELEMENT mc:bank-account (#PCDATA)>
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.