Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xmltocursor xml parse error node
Message
 
 
À
15/07/2008 13:07:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01330640
Message ID:
01331911
Vues:
9
Gregory,

You don't have to take out namespace declaration from XML but rather add it to the SelectionNamespaces property
Obj.SelectionNamespaces = STRCONV("xmlns:ns='http://ns.adobe.com/xfdf/'",12)
...

Obj.AddTableSchema('aa', FALSE, strconv('ns:f', 12))
...
Obj.AddTableSchema('Ids', FALSE, strconv('ns:Ids', 12))
...
>
>if I take
xmlns="http://ns.adobe.com/xfdf/"
out of the xml
>
<snip>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform