Web Development
xmljava.txt
Associated article: XML, Reflective Pattern Matching, and Java
Tags: Web Development
Published source code accompanying the article by Andrew Dwelly in which he presents Hex, a relatively simple program that is still powerful enough to perform some very sophisticated processing of XML documents. Also see MARIUS05.ZIP.
XML, Reflective Pattern Matching, and Java by Andrew Dwelly Listing One <!ELEMENT RECORD ((CAR|VAN)*)> <!ATTLIST RECORD DATE CDATA #REQUIRED> <!ELEMENT CAR (PASSENGER*)> <!ELEMENT VAN (PASSENGER*)> <!ELEMENT PASSENGER EMPTY> Listing ...


