Re: Retrieving XML attribute using XML::XPath::Node::Attribute
- From: "Rohan R. Almeida" <arcofdescent@xxxxxxxxx>
- Date: Wed, 29 Jun 2005 13:34:02 +0530
vikrant wrote:
<?xml version="1.0" ?> <data> <server_address port="40">10.0.0.1</server_address> </data>
How do I go about fetching the "port" attribute from "server_address" element?
I'm never used XML::XPath::Node::Attribute, but what you want is very easily possible using XML::Parser
-- Rohan .
- References:
- Prev by Date: CPAN pause turnaround time
- Next by Date: Re: CPAN pause turnaround time
- Previous by thread: Retrieving XML attribute using XML::XPath::Node::Attribute
- Next by thread: Re: Retrieving XML attribute using XML::XPath::Node::Attribute
- Index(es):