XML::LibXML Issue

From: Anish Kumar K. (anish_at_vitalect-india.com)
Date: 03/01/05


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



Relevant Pages

  • Re: SQLCE Insert Performance - Assistance?
    ... The Xml reading is faster than the inserting but it ... >>whose indexes are the field values), so that in a separate Sub I can ... >>storing in the arraylists, per record, is faster then the insert to ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: SQLCE Insert Performance - Assistance?
    ... Ilya ... The Xml reading is faster than the inserting but it ... > storing in the arraylists, per record, is faster then the insert to ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: SQLCE Insert Performance - Assistance?
    ... The Xml reading is faster than the inserting but it ... whole area - about 1 year with CF and 6 months with XML. ... storing in the arraylists, per record, is faster then the insert to ... > supply values in the command itself. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: New to XML. Need help reading XML.
    ... However I have more XML reading coming up so this is sure to come into play. ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.xml)
  • Need help with XML traversing....
    ... Anyone could tell some site where I could get the script in JAVA SCRIPT for traversing the XML with unlimited DEPTH. ...
    (perl.beginners)