Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmltocursor xml parse error node
Message
 
 
To
15/07/2008 13:07:58
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01330640
Message ID:
01331911
Views:
10
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform