XML Import-Export Forum :: Export data in existing XML file with defaut values...
This thread was displayed: 107 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
avyo
01-29-2007 12:12:58 GMT +2
|
Hi,
I developed a back office for uploading images on the server.
I would like create XML file with names of each image uploaded.
The XML file must be exist and contains default values :
This values mustn't change during and after export!!!!
DEFAUT VALUES OF XML FILE (NOT CHANGE)
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewerGallery maxImageWidth="480" maxImageHeight="480" textColor="0xFFFFFF" frameColor="0xffffff" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" title="SimpleViewer Title" enableRightClickOpen="true" backgroundImagePath="" imagePath="images/" thumbPath="thumbs/">
DATA MUST BE EXPORTED IN XML FILE. (CHANGE )
<image>
<filename>115-1503_IMG.jpg</filename> (row filename in my table)
<caption>Caption 1</caption> (row caption in my table)
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 2</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 3</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 4</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 5</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 6</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 7</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 8</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 9</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 10</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 11</caption>
</image>
<image>
<filename>115-1503_IMG.jpg</filename>
<caption>Caption 12</caption>
</image>
</simpleviewerGallery>
Is it possible to export data in XML file (which exist and has got a default values) with XML Import / Export?
Help me please!!!
Thanks in advance,
AVYO
|
|
|
Razvan Racasanu[InterAKT]
01-29-2007 17:19:40 GMT +2
|
Hello,
XML export can only export data directly in the browser, or in a file that the user is asked to download. It does not save it in a file on the server, and cannot update a file.
Regards,
Razvan RACASANU
|
|
|