XML::LibXML Issue
From: Anish Kumar K. (anish_at_vitalect-india.com)
Date: 03/01/05
- Next message: Marcello: "Re: Foreach Code Issue"
- Previous message: Owen Cook: "Re: How can we get the Line Number"
- Next in thread: Wiggins d'Anconia: "Re: XML::LibXML Issue"
- Reply: Wiggins d'Anconia: "Re: XML::LibXML Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <beginners@perl.org> Date: Wed, 2 Mar 2005 01:46:11 +0530
Hi
I wanted to get some information regarding XML reading
Say I have a XML like this
<?xml version="1.0" ?>
- <camelids>
- <physical-characteristics>
<mass>450 to 500 kg.</mass>
<weight>1230</weight>
</physical-characteristics>
</camelids>
If I wanted to read Mass value from this XML. I do not want to use the techinq with Xpath type..Please let me know how I can access this with XML::LibXML module
Anish
- Next message: Marcello: "Re: Foreach Code Issue"
- Previous message: Owen Cook: "Re: How can we get the Line Number"
- Next in thread: Wiggins d'Anconia: "Re: XML::LibXML Issue"
- Reply: Wiggins d'Anconia: "Re: XML::LibXML Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|