1. misod
  2. RO CSVI
  3. Wednesday, 21 October 2015
  4.  Subscribe via email
Hi.
i need xml like this :

<salomon>
<!--
Otroška oprema, igrače#Igrače: Družabne igre, sestavljanke (4170)
-->
<rubrika id="4170">
<oglas id="id">
<!--
<tip-oglasa> ima samo eno vrednost (Prodam | Kupim)
-->
<tip-oglasa>Prodam</tip-oglasa>
<!-- <naslov> naslov oglasa, največ 50 znakov -->
<naslov>naslov oglasa</naslov>
<!-- <opis> lahko vsebuje HTML v ![CDATA[ ]] tagu -->
<opis>
<![CDATA[ <p>Opis oglasa </p> ]]>
</opis>
<!-- cena -->
<cena>100,50</cena>
<!-- slike -->
<slike>
<slika url="url1"/>
<slika url="url2"/>
</slike>
<!--
<vrsta> ima samo eno vrednost (steza za frnikole | karte Magic | poker | KNJIGA ZA USTVARJANJE | Računalnik | risk | šah...)
-->
<vrsta>steza za frnikole</vrsta>
</oglas>
</rubrika>

I create a template and filed with template fields. Itry add custom head <salomon> but without success.
How to add <salomon> in this shema?

I also need full url for pictures. How to do that?

This is my currenty xml file:

<?xml version="1.0" encoding="UTF-8"?>
<channel> [color=#ff0000]<salomon>[/color]

<item> [color=#ff0000]( i need without this)[/color]
<rubrika id>11</rubrika id>
<oglas id>206</oglas id>
<cena>15.90</cena>
<naslov>Pnevmatika za otroški voziček 12 col</naslov>
<opis><p>PNEVMATIKA ZA OTROŠKI VOZIČEK</p>
<p>DIM.: 12 COL ALI 10 COL<span class="vmProductDesc v2ProductDesc" style="font-family: comic sans ms,sans-serif; color: #800000;"><br /></span></p></opis>
<slike>/images/stories/virtuemart/product/pnevmatika-guma-545b3cf8c7ff8.jpg</slike>
</item>

how to managed that will be like in file i need.

regards
Accepted Answer Pending Moderation
Hello,

Apologies for the late reply.

To use your own XML layout you need to set the Export type to XML and the site to Custom. Make sure to put your structure in the XML Layout tab.

I also need full url for pictures. How to do that?
The field picture_url is for that.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Is there any tutorial how to create custom layout with own structure? I try put my own structure but without success. Do you have any sample for this?

Regards
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,

Have a look at the Process XML files tutorial and then the section called CUSTOM XML.

You need to put your own structure but also the name of the fields you are exporting, otherwise CSVI has no idea where to put what data.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!