XML help for learning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rohitbasu77
    New Member
    • Feb 2008
    • 89

    XML help for learning

    Hi All,

    I am new to XML, I need your help to find out some best ebooks, or books to learn XML easily..

    i use perl, and currently working in it, but for every perl script there is an XML configaration file which is read by the perl script to initilised some enviroment varriable...

    Now i want to change those one, but have to know XML first....
    So, please help me....

    thanks
    rohit
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    W3Schools can help with that.

    What in XML do you want to learn in particular? Perl's simple xml?

    Comment

    • rohitbasu77
      New Member
      • Feb 2008
      • 89

      #3
      Originally posted by jkmyoung
      W3Schools can help with that.

      What in XML do you want to learn in particular? Perl's simple xml?
      thanks.
      yes first simple one that to work with perl.

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #4
        the 2 xml modules I know for perl are SimpleXML and LibXML

        Simple XML

        Lib XML

        Comment

        Working...