Main > Programming > Libraries >

SVG::Parser 1.01

SVG::Parser 1.01

Sponsored Links

SVG::Parser 1.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 4 (1 times)
File size: 0.014 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1135
Date added: 2006-09-20
Publisher: Peter Wainwright

SVG::Parser 1.01 description

SVG::Parser is a Perl module with XML Parser for SVG documents.

SYNOPSIS

#!/usr/bin/perl -w
use strict;
use SVG::Parser;

die "Usage: $0 n" unless @ARGV;

my $xml;
{
local $/=undef;
$xml=<>;
}

my $parser=new SVG::Parser(-debug => 1);
my $svg=$parser->parse($xml);
print $svg->xmlify;

and:

#!/usr/bin/perl -w
use strict;
use SVG::Parser qw(SAX=XML::LibXML::Parser::SAX Expat SAX);

die "Usage: $0 n" unless @ARGV;
my $svg=SVG::Parser->new()->parsefile($ARGV[0]);
print $svg->xmlify;

SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output.

SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed for SVG::Parser to function.

A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken to provide cross-compatability. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX

SVG::Parser 1.01 Screenshot

Advertisements

SVG::Parser 1.01 Keywords

Bookmark SVG::Parser 1.01

Hyperlink code:
Link for forum:

SVG::Parser 1.01 Copyright

WareSeeker periodically updates pricing and software information of SVG::Parser 1.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of SVG::Parser 1.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Nmap Parser is a Perl module to ease the pain of developing scripts or collecting network information from nmap scans. Free Download
ShaniXmlParser is an XML/HTML DOM/SAX parser that can be validating. Free Download
Shell::Parser is a simple shell script parser. Free Download
Parse::Java is a Perl module that acts like a parser for Java code. Free Download
XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. Free Download
PXR::Parser is a Pure Perl SAX XML Push Parser. Free Download
iCal::Parser::SAX is a Perl module to generate SAX events from an iCalendar. Free Download
iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. Free Download