This topic is locked
[SOLVED]

 xml export

4/23/2014 4:56:15 AM
PHPRunner General questions
D
droogers author

Hello,
when I export my table to XML I got the following lines in xml:



<table>

<row>

<JR_VOLGNUMMER></JR_VOLGNUMMER>

<JR_REKENINGNUMMER>15500</JR_REKENINGNUMMER>

<JR_BOEKDATUM></JR_BOEKDATUM>

<JR_BOEKZIJDE>DEB</JR_BOEKZIJDE>

<JR_VALUTACODE>EUR</JR_VALUTACODE>

<JR_VALUTABEDRAG>58.50</JR_VALUTABEDRAG>

<JR_OMSCHRIJVING>Collecten 17-02-2014</JR_OMSCHRIJVING>

<JR_FACTUURNUMMER></JR_FACTUURNUMMER>

<JR_BETALINGSKENMERK></JR_BETALINGSKENMERK>

</row>

<row>

.............


Now I want to change the text 'table' to 'journaalregel' and 'row' to 'journaalregels'. How do I do this ?

Sergey Kornilov admin 4/23/2014

You will have to modify export.php file for this purpose. This file can be found in C:\Program Files (x86)\PHPRunner7.1\source folder.
The function you looking for is ExportToXML.

D
droogers author 4/23/2014



You will have to modify export.php file for this purpose. This file can be found in C:\Program Files (x86)\PHPRunner7.1\source folder.
The function you looking for is ExportToXML.



THANKS <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=74631&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />