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

Reply via email to