NAME

Escape - Escape characters with XML escapes

SYNOPSIS

use Escape;

my $e = Escape->new();

$e->escape($string);

DESCRIPTION

This module escapes strings in preperation for putting in XML.

new() Returns an instance of the Escape class.
escape() Escapes strings with XML escapes.

AUTHOR

Iestyn Pryce, <imp25@cam.ac.uk>

ACKNOWLEDGEMENTS

I'd like to thank the Ensemble project (www.ensemble.ac.uk) for funding me to work on this project in the summer of 2009.

COPYRIGHT AND LICENSE

Copyright (C) 2009 Iestyn Pryce <imp25@cam.ac.uk>

This library is free software; you can redistribute it and/or modify it under the terms of the BSD license.