3 #=======================================================================
7 # ©opyleft 2002– Øyvind A. Holm <sunny@sunbase.org>
8 # License: GNU General Public License, see end of file for legal stuff.
9 #=======================================================================
16 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
19 push(@main::version_array
, $rcs_id);
20 $VERSION = ($rcs_id =~ / (\d+) /, $1);
23 @EXPORT = qw(&txt_to_xml &xml_to_txt);
29 # Convert plain text to XML {{{
39 # Convert XML data to plain text {{{
44 $Txt =~ s/"/"/gs;
45 $Txt =~ s/'/'/gs;