<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>FinvoiceLib</name>
<shortdesc>A library for reading Finvoice XML files</shortdesc>
<description>Finvoice is one of most commonly used XML dialects used for electronic
invoicing in Finland.

One of the major drawbacks of this format has been the lack of commonly
available libraries for reading this format. This is exactly why Norfello
developed an open source library for reading the format. With this library you
can easily incorporate the receiving of Finvoice based messages to your
software.

FinvoiceLib consists of two main components: Reader and FinvoiceWrapper.
The Reader component is the heart of the library as it encapsulates the full
finvoice 1.2 message to a class based structure. This class structure can then
be used access every single element found in the message. The second component,
FinvoiceWrapper, wraps the most commonly used elements to a convinient helper
class, that allows to access any of available elements with only a one single
line of code!</description>
<homepage rdf:resource="http://en.norfello.com/" />
<maintainer><foaf:Person><foaf:name>Norfello Oy</foaf:name>
<foaf:mbox_sha1sum>c05643838a3729e60c36af1bb38aa8816a82a0b2</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.5</revision></Version></release>
</Project></rdf:RDF>