X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FRecord.pm;h=a0738c8219cd8a257743e8cae27318243b4ffbe6;hp=9141a51575c4154e831e7559884130378e556e1d;hb=107a174e56c7b08f5401dd8d878fc143d93b879c;hpb=a5139b5e63e193a3bcb1eb19598e6ea6feabc72b diff --git a/lib/ZOOM/IRSpy/Record.pm b/lib/ZOOM/IRSpy/Record.pm index 9141a51..a0738c8 100644 --- a/lib/ZOOM/IRSpy/Record.pm +++ b/lib/ZOOM/IRSpy/Record.pm @@ -1,4 +1,4 @@ -# $Id: Record.pm,v 1.20 2006-11-29 18:17:16 mike Exp $ +# $Id: Record.pm,v 1.21 2006-11-30 12:01:23 mike Exp $ package ZOOM::IRSpy::Record; @@ -98,7 +98,7 @@ sub store_result { my $xml = "_string2cdata($info{$key}) . "\""; + $xml .= " $key=\"" . xml_encode($info{$key}) . "\""; } $xml .= ">" . isodate(time()) . "\n"; @@ -158,21 +158,6 @@ sub _half_decent_appendWellBalancedChunk { } -# Yes, I know that this is already implemented in IRSpy.pm. I suggest that we -# introduce a toolkit package with such subroutines... -# -sub _string2cdata { - my ($this, $buffer) = @_; - $buffer =~ s/&/&/gs; - $buffer =~ s//>/gs; - $buffer =~ s/"/"/gs; - $buffer =~ s/'/'/gs; - - return $buffer; -} - - =head1 SEE ALSO ZOOM::IRSpy