XMLLIB

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

    #1

    XMLLIB

    hi,
    I need to know if the 'xmllib' module have some method able to
    transform a data structure in a xml file and viceversa, thanks

  • Fredrik Lundh

    #2
    Re: XMLLIB

    "Heavy" wrote:
    [color=blue]
    > I need to know if the 'xmllib' module have some method able to
    > transform a data structure in a xml file and viceversa, thanks[/color]

    define "data structure" and "xml file (format)".

    </F>



    Comment

    • Stephan Wassipaul

      #3
      Re: XMLLIB

      Gnosis (http://gnosis.cx/download/) is able to do this if you mean
      something like pickling, but with an XML-like ouput.

      Comment

      Working...