Re: [Tutor] Pretty XML

2005-11-24 Thread Negroup -
2005/11/23, Greg Lindstrom <[EMAIL PROTECTED]>: > something that would read in my XML file and format it in a similar manner > to "pretty print" so I can verify the correct information is being pulled. > My immediate concern is to read in an XML stream from a file and format it > with indentatio

Re: [Tutor] Pretty XML

2005-11-23 Thread Ismael Garrido
Greg Lindstrom wrote: > Hello- > I am in the process of creating an XML document from information > stored in our database. One of my colleagues will use the record to > format our information (health care claims) into all sorts of forms, > reports, etc. He is partial to PHP5 but I like Pytho

Re: [Tutor] Pretty XML

2005-11-23 Thread Frank Moore
Greg Lindstrom wrote: > Hello- > I am in the process of creating an XML document from information > stored in our database. One of my colleagues will use the record to > format our information (health care claims) into all sorts of forms, > reports, etc. He is partial to PHP5 but I like Pytho

[Tutor] Pretty XML

2005-11-23 Thread Greg Lindstrom
Hello- I am in the process of creating an XML document from information stored in our database.  One of my colleagues will use the record to format our information (health care claims) into all sorts of forms, reports, etc.  He is partial to PHP5 but I like Python and would like to know if there is