Web Development
xmlcfg.txt
Associated article: XML and Software Configuration
Tags: Web Development
Published source code accompanying the article by Tony Sintes in which he presents an XML configuration markup language and Java framework that you can use as the basis for any Java configuration engine. Also see XMLCFG.ZIP.
XML and Software Configuration
by Tony Sintes
Listing One
<!ELEMENT DCML (
Name,
ScreenName,
ShortDescription,
Object
)>
<!ATTLIST DCML Type CDATA #REQUIRED>
<!ELEMENT Name (#PCDATA)>
<!ELEMENT ScreenName (#PCDATA)>
<!ELEMENT ShortDescription (#PCDATA)>
<!...


