Encoding iso-8859-15 for export
- Anne Calvet
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
5 years 4 months ago #7337
by Anne Calvet
Replied by Anne Calvet on topic Encoding iso-8859-15 for export
Yes I simply want to automatically generate the tag <? Xml version = "1.0" encoding = "iso-8859-15"?> And not UTF-8
and be able to nest tags:
<annonce>
<texte_long>VOTRE APPARTEMENT AU CŒUR DE LA CAPITALE DE LA BIODIVERSITÉ. La résidence Padma est un ensemble de taller à Besançon. Proche du centre, bien desservie par les transports en communs, Padma est idéalement située.</texte_long>
<reference>padma</reference>
<afficher_telephone>O</afficher_telephone>
<titre>LA RÉSIDENCE PADMA</titre>
</annonce>
and be able to nest tags:
<annonce>
<texte_long>VOTRE APPARTEMENT AU CŒUR DE LA CAPITALE DE LA BIODIVERSITÉ. La résidence Padma est un ensemble de taller à Besançon. Proche du centre, bien desservie par les transports en communs, Padma est idéalement située.</texte_long>
<reference>padma</reference>
<afficher_telephone>O</afficher_telephone>
<titre>LA RÉSIDENCE PADMA</titre>
</annonce>
Please Log in to join the conversation.
5 years 4 months ago #7339
by Daniel
Replied by Daniel on topic Encoding iso-8859-15 for export
vData exports data in the same format in which it is stored in Database.
For ex if you have data in Database like: 'VOTRE APPARTEMENT AU CŒUR DE LA CAPITALE DE LA BIODIVERSITÉ. La résidence Padma est un ensemble de taller à Besançon. Proche du centre, bien desservie par les transports en communs, Padma est idéalement située.'
It will be exported as it is.
If shared XML file is your desired output then please install vData, it will fulfill your requirement. Exported data will be same as your shared XML file, for encoding we will change it to ISO-8859-15.
If stored data in database is in some other format please let us know, otherwise vData will fulfill your requirement.
For ex if you have data in Database like: 'VOTRE APPARTEMENT AU CŒUR DE LA CAPITALE DE LA BIODIVERSITÉ. La résidence Padma est un ensemble de taller à Besançon. Proche du centre, bien desservie par les transports en communs, Padma est idéalement située.'
It will be exported as it is.
If shared XML file is your desired output then please install vData, it will fulfill your requirement. Exported data will be same as your shared XML file, for encoding we will change it to ISO-8859-15.
If stored data in database is in some other format please let us know, otherwise vData will fulfill your requirement.
Please Log in to join the conversation.