in reply to Re: XML Direction Needed
in thread XML Direction Needed

I quickly knocked the eg xml as an example - the SWITCH_NAME_1 is really a placeholder for x number of elements created per switch device. I have yet to determine which is the best method to use to create the elements based on values I have in the database

Replies are listed 'Best First'.
Re: Re: Re: XML Direction Needed
by perlfan (Parson) on Dec 10, 2003 at 14:54 UTC
    Try minixml - http://minixml.psychogenic.com/index.html " MiniXML is a set of PHP classes and Perl modules that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. It provides an easy, object-oriented interface for manipulating XML documents and their elements. It is currently being used to send requests and understand responses from remote servers in PHP and Perl applications, such as shiphp. MiniXML does not require any external libraries or modules."