- Timestamp:
- 04/21/08 21:59:48 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Parser/XML/LibXML.pm
r10079 r10081 4 4 use base qw(WebService::Simple::Parser); 5 5 use XML::LibXML; 6 7 __PACKAGE__->mk_accessors($_) for qw(libxml); 6 8 7 9 sub new … … 16 18 { 17 19 my $self = shift; 18 $self-> {libxml}->parse_string( $_[0]->content );20 $self->libxml->parse_string( $_[0]->content ); 19 21 } 20 22
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)