FAQ for XML with Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Kuhlman

    #1

    FAQ for XML with Python

    For those who are beginners to using Python to process XML, I've
    recently updated my Python XML FAQ (PyXMLFaq). It has a number of
    code samples that may help you get started. You can find it here:



    Comments and suggestions will be appreciated.

    Dave

    --

  • Sybren Stuvel

    #2
    Re: FAQ for XML with Python

    Dave Kuhlman enlightened us with:[color=blue]
    > For those who are beginners to using Python to process XML, I've
    > recently updated my Python XML FAQ (PyXMLFaq). It has a number of
    > code samples that may help you get started.[/color]

    You might want to include a list of things you assume the reader
    already knows, including links to pages where the reader can learn
    about them if it's not the case.

    Sybren
    --
    The problem with the world is stupidity. Not saying there should be a
    capital punishment for stupidity, but why don't we just take the
    safety labels off of everything and let the problem solve itself?
    Frank Zappa

    Comment

    • softwindow

      #3
      Re: FAQ for XML with Python

      Thanks!
      is very usefull for me

      Comment

      • BartlebyScrivener

        #4
        Re: FAQ for XML with Python

        I have one suggestion. It's a beautiful page, and one day I'll know
        enough to appreciate the help it provides, but until then it's always a
        big help to the novice (in many fields of knowledge) if the first use
        of an acronym includes the words it stands for in parenthesis.

        In law and medicine and many other fields, this is a quick, unobtrusive
        way to enlighten anyone who doesn't know what SAX or DOM stand for.
        Think of it as initializing the acronym or defining the variable or
        whatever: you do it only once, but it really helps the new kids.

        Thanks,

        rick

        Comment

        • Dave Kuhlman

          #5
          Re: FAQ for XML with Python

          Sybren Stuvel wrote:
          [color=blue]
          > Dave Kuhlman enlightened us with:[color=green]
          >> For those who are beginners to using Python to process XML, I've
          >> recently updated my Python XML FAQ (PyXMLFaq). It has a number
          >> of code samples that may help you get started.[/color]
          >
          > You might want to include a list of things you assume the reader
          > already knows, including links to pages where the reader can learn
          > about them if it's not the case.
          >[/color]

          Good idea. I've added a couple of links near the top of the
          document to two sites (The XML Cover Pages and the XML page at
          Wikipedia) that explain these things better than I could.

          Thanks for the suggestion.

          Dave

          --

          Comment

          Working...