Osman Posted April 19, 2003 Share Posted April 19, 2003 I have to export my records as XML. Because of some advantages of it. But it has got a disadvantage too. XML files are to larger than tab files. How can i decrese my XML file. Can XSL help me? Is it larger file too? Thanks for your helps. Link to comment Share on other sites More sharing options...
cjaeger Posted April 19, 2003 Share Posted April 19, 2003 well ... tab files are the smallest, because the overhead ist just one tab per field per record and one return character per record. No way XML format can beat this, because it contains the field descriptions. The only way XSL can help is reducing the XML file to a tab (or comma) separated file. Link to comment Share on other sites More sharing options...
Osman Posted April 20, 2003 Author Share Posted April 20, 2003 But i have to XML because i designed my update system with XML. Is there any other solution to update records online? Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7841 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now