Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NfXML
Message
De
11/07/2016 09:10:01
 
 
À
11/07/2016 07:37:59
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Re: NfXML
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01638182
Message ID:
01638209
Vues:
173
I don't like xml namespaces either because of the overhead they bring on simple
documents, but they can't just simply be removed. Parsing would be unguaranteed,
because documents could have have property name collisions, and creating xml back from vfp
would be impossible because you'll end up with a vfp object that is not a real representation
of the original XML. ( And of course, you would not be able to create XML with namespaces using VFP. )

So yesterday I uploaded a new version, changing the ugly "_58_" for a simple "_" .

The character escaping for property names is now:

_ = __
: = _
. = _d_
) = _l_
( = _r_
- = _h_
@nfoxdev
github.com/nfoxdev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform