Class xml2xml

java.lang.Object
   |
   +----xml2xml

public final class xml2xml
extends Object
A program that parses an XML document and replaces tags with other tags, according to a translation table. The translations currently allow replacing a tag with another one, inserting text before and after the element, inserting tet at the start of the element, and inserting extra attributes.

Version:
$Id: xml2xml.html,v 1.2 1997/06/09 22:26:45 bbos Exp $
Author:
Bert Bos

Constructor Index

 o xml2xml()

Method Index

 o main(String[])
Main routine: parse options and convert all files

Constructors

 o xml2xml
 public xml2xml()

Methods

 o main
 public static void main(String argv[]) throws IOException, UnknownEncoding
Main routine: parse options and convert all files

Throws: UnknownEncoding
Encoding is not UTF8 or ISO8859-1