Main > Programming > Libraries >

Business::Associates::XML 1.00

Business::Associates::XML 1.00

Sponsored Links

Business::Associates::XML 1.00 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.045 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1136
Date added: 2006-09-14
Publisher: Allan Engelhardt

Business::Associates::XML 1.00 description

Business::Associates::XML is a Perl module for encapsulating XML, XSL, and XSLT operations for the Associates package.

SYNOPSIS

use Business::Associates::Data();
use Business::Associates::XML();

$data = Business::Associates::Data->$type ($what, $mode);
$xml = new Business::Associates::XML ($data) if defined $data;
$s = $xml->transform($ss_name, %args) if defined $xml;
print "nn$sn";

METHODS

new($data [, %options ])
This constructor takes an Business::Associates::Data object as the required argument. The optional options hash can be used to set additional values.
xml

This is the parsed xml string. If you want to pass special arguments to the XML::LibXML library then you can do it with this argument:

$data = Business::Associates::Data->$type ($what, $mode);
my $xml_string = $data->xml();
my $parser = XML::LibXML->new();
$parser->load_ext_dtd(0); # Global setting, unfortunately :-(
my $xml = new Business::Associates::XML(
xml => $parser->parse_string($xml_string));
...

It is possibly more efficient to access this element directly after the construction to set the options on the newly constructed XML::LibXML object.

transform($stylesheet_name [, %args ] )

This method transforms the XML using the named stylesheet, parsing any additional arguments to the stylesheet transform method. Typically, these additional arguments are used to set global XSLT parameters.

$data = Business::Associates::Data->$type ($what, $mode);
$xml = new Business::Associates::XML ($data);
$s = $xml->transform($ss_name, width => "3");

Note that these are named stylesheets. By default, they are found in the Base_Directory (see "Base_Directory") with the same name and the extension .xslt. To change this, either change the Base_Directory variable, or derive another class from this, overriding the get_stylesheet method.

Business::Associates::XML 1.00 Screenshot

Advertisements

Business::Associates::XML 1.00 Keywords

Bookmark Business::Associates::XML 1.00

Hyperlink code:
Link for forum:

Business::Associates::XML 1.00 Copyright

WareSeeker periodically updates pricing and software information of Business::Associates::XML 1.00 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 Business::Associates::XML 1.00 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
Business::Associates is a library to handle the new XML interface for the Amazon.com Associates program. Free Download
Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing. Free Download
INSPEC::BibTeX is a Perl extension to convert INSPEC data from INSPEC::Retriever to BibTeX format. Free Download
String::Truncate is a Perl module for when strings are too long to be displayed in. Free Download
ObjStore::Internals is a Perl module with a few notes on the implementation. Free Download
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. Free Download
docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. Free Download
Class::DataStore is a Perl module for generic OO data storage/retrieval. Free Download