Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML String
Message
From
20/01/2004 22:05:53
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Miscellaneous
Thread ID:
00868374
Message ID:
00868827
Views:
11
>Hi!
>
>I´d like to know what is the best option to generate XML strings considering...
>
>- The string will send by internet (ADSL 256/128). So, it should be as small as possible. ;-)
>
>- I will use VFP in both side, using XMLAdapter.
>
>I made some tests and I'd like to use XML to keep compatible with other apps...
>
>TIA

Hi Rodolfo,

To decrease size of XML generated by XMLAdapter use:
ForceCloseTag=.F.
FormattedOutput=.F.
PreserveWhiteSpace=.T.

Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform