XML::SAXDriver::vCard - generate SAX2 events for vCard 3.0


XML-SAXDriver-vCard documentation  | view source Contained in the XML-SAXDriver-vCard distribution.

Index


NAME

Top

XML::SAXDriver::vCard - generate SAX2 events for vCard 3.0

SYNOPSIS

Top

 use XML::SAX::Writer;
 use XML::SAXDriver::vCard;

 my $writer = XML::SAX::Writer->new();
 my $driver = XML::SAXDriver::vCard->new(Handler=>$writer);

 $driver->parse_file("test.vcd");

DESCRIPTION

Top

Generate SAX2 events for vCard 3.0

PACKAGE METHODS

Top

__PACKAGE__->new(%args)

This method is inherited from XML::SAX::Base

OBJECT METHODS

Top

$pkg->parse($string)

$pkg->parse_file($path)

$pkg->parse_uri($uri)

VERSION

Top

0.05

DATE

Top

February 18, 2003

AUTHOR

Top

Aaron Straup Cope

NOTES

Top

What about representing vCard objects in RDF/XML?

It's not going to happen here.

I might write a pair of vcard-rdfxml <-> vcard-xml filters in the future. If you're chomping at the bit to do this yourself, please, go nuts.

TO DO

Top

SEE ALSO

Top

http://www.ietf.org/rfc/rfc2426.txt

http://www.ietf.org/rfc/rfc2425.txt

http://www.globecom.net/ietf/draft/draft-dawson-vcard-xml-dtd-03.html

http://www.imc.org/pdi/vcard-pronunciation.html

http://www.w3.org/TR/vcard-rdf

BUGS

Top

Sadly, there are probably a few.

Please report all bugs via http://rt.cpan.org

LICENSE

Top

Copyright (c) 2002-2003, Aaron Straup Cope. All Rights Reserved.

This is free software, you may use it and distribute it under the same terms as Perl itself.


XML-SAXDriver-vCard documentation  | view source Contained in the XML-SAXDriver-vCard distribution.