3 #=======================================================================
5 # File ID: 7065d156-fafa-11dd-a242-000475e441b9
8 # ©opyleft 2002– Øyvind A. Holm <sunny@sunbase.org>
9 # License: GNU General Public License, see end of file for legal stuff.
10 #=======================================================================
17 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
20 push(@main::version_array
, $rcs_id);
21 $VERSION = ($rcs_id =~ / (\d+) /, $1);
24 @EXPORT = qw(&txt_to_xml &xml_to_txt);
30 # Convert plain text to XML {{{
40 # Convert XML data to plain text {{{
45 $Txt =~ s/"/"/gs;
46 $Txt =~ s/'/'/gs;