edu.northwestern.at.wordhoard.tools.filters
Class Filter07

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.filters.Filter07

public class Filter07
extends java.lang.Object

Rationalizes titles.

Usage:

Filter07 in out

in = Path to TEI XML input file for a work.

out = Path to TEI XML output file for a work.

In "div" elements, "head" and "fullTitle" attributes are replaced by "title" and "fullTitle" children.

In "div" and "castGroup" elements, the first "head" child, if any, is replaced by a "title" child.

We nuke the type="subordinate" attribute on work titles.


Method Summary
static void main(java.lang.String[] args)
          The main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
The main program.

Parameters:
args - Command line arguments.