30.07.2009
(c) 2006, 2007, 2008, Heartsome Europe GmbH
96 
Heartsome Europe GmbH
www.heartsome.de
Import csv Format
n1. line - language code
n2. … lines the entries to import
nHere the language separator is “;” (Semicolon)
cs;de;el
Entry cs 1;entry de 1; entry el 1
Entry cs 2;entry de 2; entry el 2
…
A “;” separated list with xml element names. The importer converts those “xml strings” to ph tags
The xml config file which contains the patterns for xml element names. The importer converts those “xml strings” to ph tags
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ini-file PUBLIC "-//HEARTSOME//DTD Converters 2.0.0//EN" "configuration.dtd" >
<ini-file translate-comments="no">
<tag hard-break="yes" keep-format="yes">value</tag>
<markformat>\{[0-9]+?\}</markformat>
<markformat>\&amp;lt;/?\w+?/?\&amp;gt;</markformat>
<markformat>%p</markformat>
</ini-file>