Link to home
Start Free TrialLog in
Avatar of terrybuck9
terrybuck9

asked on

Large XML feeds in Visual Dataflex

Hi

I am using Visual Dataflex to generate XML feeds.  But there is a limit to what i can send.

Is there any settings that will allow larger feeds to be sent?

Thanks Terry
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Is this the system you're using?
http://www.visualdataflex.com/

Could you please show us the PHP code that is in play here?
Avatar of terrybuck9
terrybuck9

ASKER

Hi Ray

do you mean the result?

if so:<brand>
<name>TrekAmerica</name>
<tours>
<tour id="AB">
<departures>
<departure code="ABA23G">
<tourname>Alaskan BLT</tourname>
<trip_startdate>2017-06-04</trip_startdate>
<trip_enddate>2017-06-13</trip_enddate>
<guaranteed/>
<trip_duration>10</trip_duration>
<availability>12</availability>
<Meeting_Point/>
<RecID>14119</RecID>
<prices>
<currencies>
<GBP>
<price_was>1679</price_was>
<price_now>1512</price_now>
<discount>167</discount>
</GBP>
<USD>
<price_was>2519</price_was>
<price_now>2268</price_now>
<discount>251</discount>
</USD>
<EUR>
<price_was>2119</price_was>
<price_now>1908</price_now>
<discount>211</discount>
</EUR>
<AUD>
<price_was>3179</price_was>
<price_now>2862</price_now>
<discount>317</discount>
</AUD>
<NZD>
<price_was>3339</price_was>
<price_now>3006</price_now>
<discount>333</discount>
</NZD>
</currencies>
<discount>
<discount_name>Perfect 10</discount_name>
<percent>10</percent>
<offer_code>70916</offer_code>
</discount>
</prices>
</departure>

thanks Terry
Hi Ray

sorry yes thats the product.

Thanks Terry
Hi Ray

Also here is the call.  https://www.trekam.net/trek/testxml.asp?brands=1  

But i have restricted the output.  This is the maximum size it will run.

I am not using php.

thanks Terry
ASKER CERTIFIED SOLUTION
Avatar of terrybuck9
terrybuck9

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Rewrote XML feed and solved it myself.