GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::RSS::Liberal(3) User Contributed Perl Documentation XML::RSS::Liberal(3)

XML::RSS::Liberal - XML::RSS With A Liberal Parser

  use XML::RSS::Liberal;
  my $rss = XML::RSS::Liberal->new;
  $rss->parsefile('rss.xml');

  # See XML::RSS::LibXML for details

XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you who want to parse broken RSS files (as they often are). It uses XML::Liberal as its core parser, and therefore it can parse whatever broken XML you provided, so as long as XML::Liberal can tolerate it.

Creates a new parser.

XML::RSS::LibXML XML::Liberal

Daisuke Maki <daisuke@endeworks.jp>, Tatsuhiko Miyagawa <miyagawa@bulknews.net>
2022-04-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.