in reply to Does anybody have expierence with XML::SimpleObject::LibXML?

XML::LibXML. But it lacks documentation, or I couldn't find it.
Heard of perldoc? ( Tutorials -> How to RTFM )

Visit http://search.cpan.org/~phish/XML-LibXML-1.58/ and you'll see:

Documentation

XML::LibXML::Attr XML::LibXML Attribute Class 
XML::LibXML::CDATASection XML::LibXML Class for CDATA Sections 
XML::LibXML::Comment XML::LibXML Comment Class 
XML::LibXML::DOM XML::LibXML DOM Implementation 
XML::LibXML::Document XML::LibXML DOM Document Class 
XML::LibXML::DocumentFragment XML::LibXML's DOM L2 Document Fragment Implementation 
XML::LibXML::Dtd XML::LibXML DTD Handling 
XML::LibXML::Element XML::LibXML Class for Element Nodes 
XML::LibXML::Namespace XML::LibXML Namespace Implementation 
XML::LibXML::Node Abstract Base Class of XML::LibXML Nodes 
XML::LibXML::PI XML::LibXML Processing Instructions 
XML::LibXML::Parser Parsing XML Data with XML::LibXML 
XML::LibXML::Text XML::LibXML Class for Text Nodes 

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Does anybody have expierence with XML::SimpleObject::LibXML?

Replies are listed 'Best First'.
Re^2: Does anybody have expierence with XML::SimpleObject::LibXML?
by knoebi (Friar) on Sep 08, 2004 at 06:53 UTC
    Hi PodMaster,

    yes, I heard of perldoc.
    And yes, I allready looked at the links you supplied, but it didn't help me any further. Its quit complicated and there is no overview. Also looked at the Documentation for the C-API. In the end I looked at the code.
    Oh, of course I also looked at the tutorials, did you find anything about XML::LibXML there?
    I already mentioned in my first post that I used SuperSearch
    ciao
    knoebi
      And yes, I allready looked at the links you supplied, but it didn't help me any further. ...
      That is quite different from what you originally said (But it lacks documentation, or I couldn't find it.). It may be "complicated", but the documentation is there. It exists and its comprehensive.
       
      Oh, of course I also looked at the tutorials, did you find anything about XML::LibXML there?
      I didn't look. You said you couldn't find documentation, i pointed you to a tutorial on that. You super searched, and that's good. How to RTFM teaches never doubt the power of search engines, particularly Google's. And as I'm a believer, I google'd for XML::LibXML tutorial and two good ones I hope those are easy enough to digest.

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.