On Thursday 03 Jun 2010 19:30:37 Shawn H Corey wrote:
> On 10-06-03 12:20 PM, Shlomi Fish wrote:
> > Hi,
> >
> > Don't use XML-XPath - use XML-LibXML instead:
> >
> > http://search.cpan.org/dist/XML-LibXML/
>
> OK, why?
1. XML-LibXML has been better maintained. (The last release of XML-XPath wa
On 10-06-03 12:20 PM, Shlomi Fish wrote:
Hi,
Don't use XML-XPath - use XML-LibXML instead:
http://search.cpan.org/dist/XML-LibXML/
OK, why?
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
The secret to
Hi,
Don't use XML-XPath - use XML-LibXML instead:
http://search.cpan.org/dist/XML-LibXML/
Regards,
Shlomi Fish
--
-
Shlomi Fish http://www.shlomifish.org/
The Case for File Swapping - http://shlom.in/file-swap
God
This is normally the basic when i added a xml file to the code
Code ::
/use XML::XPath;
use XML::XPath::XMLParser;
use Data::Dumper;
# create an object to parse the file and field XPath queries
my $xpath = XML::XPath->new( filename => "test.xml" );
print Dumper ($xpath) ;/
OutPut ::
/$VAR