quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by NiteMare
you know, i'd like to see the option to upload plan txt files
i don't have a clue how to use xml in php
Just edit the source code to remove any XML tags it adds to the file and then change the extension to txt.
You don't actually need to do that, if your more comfortable with PHP/ASP than Javascript, then just strip the XML tags... Read the file as a plain text file (after all thats all XML is... a structured text file) and as you strip the tags take the content between the tags as seperate entities. (be aware though when handling it, that XML is not properly formed... as in its all just one single long string and not a line per tag as it normally is)