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 (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
20 @EXPORT = qw(&txt_to_xml &xml_to_txt);
26 # Convert plain text to XML {{{
36 # Convert XML data to plain text {{{
41 $Txt =~ s/"/"/gs;
42 $Txt =~ s/'/'/gs;