
This is a little package that is used to create 
defaults.xml from defaults.cc

You should be able to simply run "makexmlfile <ccfile>" to 
create defaults.xml

Files
=====

* README 

  This file

* makexmlfile : 

  sh script that does most of the work - this is the one
  you should run!
 
* defaultsmunge.pl

  A perl script that does a whole stack of processing
  on the interim version of the xml file created 
  by the compile cc program

* attr.allow_in_form
  attr.keywords_meta_tag_names

  Any file of the form "attr.<attribute name>" is 
  used as alternate description text - basically
  descriptions too badly broken for defaultsmunge.pl
  to fix

* defaults.cc.old

  A version of defaults.cc

* defaults.dtd

  The DTD that defaults.xml should validate against

* parse.xom

  If you happen to have omnimark 5.x lying 
  around you can use this script to validate 
  the results

  omnimark -s parse.xom defaults.xml
   
