use of XML
use of XML
Out of context: Reply #3
- Started
- Last post
- 15 Responses
- toastie0
frankbb: Look at the CPAN perl module archive, there are a number of XML helper modules, which are a piece of cake to use if you know basic perl. I usually use XML::Simple, which is really nice. The only problem with it is that it's not standard on most servers, so you have to get em to install it, which requires installing an external program called expat, and not all webmasters are up for doing that.