/[webpac2]/trunk/conf/mungle/perlmonks-xml.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/mungle/perlmonks-xml.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 992 - (show annotations)
Sun Nov 4 13:47:02 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 296 byte(s)
 r1523@llin:  dpavlin | 2007-11-04 14:39:39 +0100
 hush all kind of debugging output

1 # special mungle file which prepare data_structure from XML
2
3 my $h = get_ds->{node};
4 #warn "## hash to work on = ",dump( $h );
5
6 set_ds(
7 Title => $h->{title},
8 Author => $h->{author}->{content},
9 Date => $h->{created},
10 Content => $h->{doctext}->{content},
11 Type => $h->{type}->{content},
12 );
13
14

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26