SVG::Parser 1.01
Sponsored Links
SVG::Parser 1.01 Ranking & Summary
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
SYNOPSIS
#!/usr/bin/perl -w
use strict;
use SVG::Parser;
die "Usage: $0
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
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
SVG::Parser 1.01 Keywords
SVG
XML
SAX
XML Parser
Parser 1.01
ARGV
svg documents
Perl module
parser
module
documents
Perl
1.01
SVG::Parser
SVGParser
SVG::Parser 1.01
Bookmark SVG::Parser 1.01
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
parser error message
how to open svg documents
parser error message could not load type
ffxi parser
parsero
microsoft xml parser
perl modules
msxml 6.0 parser
parser error
xml parser java
html parser
parser error message could not create type
parsera
what is a generic parser
eq2 parser
java xml parser
install perl module
parser error message unrecognized attribute 'type'.
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
Latest Software
Popular Software
Favourite Software