DBIx-XML-DataLoader

 view release on metacpan or  search on metacpan

DataLoader/XMLWriter.pm  view on Meta::CPAN


=head1  SIMPLE EXAMPLE
	

	The data sent to XMLWriter needs to be in the following structure.
	XMLWriter expects to get hash referance to a hash that contains
	a hash keyed to table names, with each table key's value is a hash
	containing a data hash and keys for (parent, xpath, and node);
	
	The data hash will contain all data for a given segment of xml.
	The hash is keyed by numbers that are based on the number of iterations
	of data contained in the hash. Each number key points to a array of hash which
	contain the actual data, item_node, xpath, and a attribute. Only the attribute node is
	optional.


=head1  SAMPLE CODE


	use DBIx::XML::DataLoader::XMLWriter;



( run in 1.037 second using v1.01-cache-2.11-cpan-71847e10f99 )