I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-12-15 16:15:50-08 by sabrina
From XML file format to Tabular file format
Dear all, I would like to parse a XML formatted file into a simple tabular formatted file. For this, I am using the XML::parser module for Perl and setHandlers(Start ; Char). I am getting the information for each tag from the XML file and then I am trying to print it into a file. The problem is that I do not know if it is possible to set other parameters to the setHandlers Char method (like the file descriptor) and how to do it. Does anybody know if it is possible to transform the Char method so as to be able to pass new parameters? If not, do you know another way of parsing a XML file into a tabular file format using Perl? Thank you very much in advance.
Direct Responses: 1487 | Write a response