SGML::Writer - write an SGML or XML grove


SGML-Grove documentation  | view source Contained in the SGML-Grove distribution.

Index


NAME

Top

SGML::Writer - write an SGML or XML grove

SYNOPSIS

Top

  $writer = $SGML::Writer->new ([file_handle => $fh]
				[, depth => $depth ]);
  $grove->accept ($writer);

DESCRIPTION

Top

SGML::Writer writes a limited representation of a grove. file_handle can be a file handle or a scalar reference, if it is a scalar reference Writer will append to it. Writer writes to standard output if file_handle is not specified.

XXX this code could do more, see sgmlnorm(1).

AUTHOR

Top

Ken MacLeod, ken@bitsko.slc.ut.us

SEE ALSO

Top

perl(1), SGML::Grove(3), sgmlnorm(1)


SGML-Grove documentation  | view source Contained in the SGML-Grove distribution.