• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:5    start  Previous  Next  Last    goto:
    Intro to PYX
    ON: 2007-08-25 14:49:41
    XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.
    41 times | category:
    How to use Python's xml_objectify
    ON: 2007-08-25 14:47:00
    This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this "Pythonic" module for working with XML documents as objects.
    110 times | category:
    Introduces the Python xml_pickle object
    ON: 2007-08-25 14:44:24
    As part of the ongoing quest to create a more seamless integration between XML and Python, this article presents the xml_pickle module. The author discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
    81 times | category:
    XML Processing with Python
    ON: 2007-08-25 14:37:13
    This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
    108 times | category:
    Python Squeezes the Web
    ON: 2007-08-25 14:34:27
    This 5-page tutorial describes how to grab remote web pages and process them locally in Python. Useful for parsing information off the web.
    39 times | category:
    this:1/1 25records  total:5    start  Previous  Next  Last    goto:

    Category

      Development (11)
      Introduction to Python (7)
      Miscellaneous (4)
      Searching (2)
      Web Fetching (5)
      XML and Python (4)