Mapper
From DISMARC Help
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | Mappers are part of an [[Importer]]. They convert the XML they get from a [[Reader]] and try to create an XML that fulfills the DISMARC application profile. | |
- | Each | + | Each archive needs it's own mapper, except if they use a predefined format like MAB, OAI and so on. |
A mapper is capable of doing some things to your XML. This topic is quite technical for the AbstractDismarcImporter is discussed here. | A mapper is capable of doing some things to your XML. This topic is quite technical for the AbstractDismarcImporter is discussed here. |
Revision as of 10:53, 30 July 2008
Mappers are part of an Importer. They convert the XML they get from a Reader and try to create an XML that fulfills the DISMARC application profile.
Each archive needs it's own mapper, except if they use a predefined format like MAB, OAI and so on.
A mapper is capable of doing some things to your XML. This topic is quite technical for the AbstractDismarcImporter is discussed here.