njcodewarrior has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing a library of functions to create keyhole markup language (kml) files for displaying positions of oceanographic instrumentation and other assets in the Google Earth client. What I'm looking for is a simple module to format the markup once I've put all of the pieces together, prior to writing it to a file. By formatting I mostly mean proper indentation/spacing. I've looked at some of the XML modules on CPAN, but it's a bit overwhelming. Two which have peaked my interest are XML::Writer and XML::MyXML.
Any other suggestions for a simple way to format markup?
Thanks in advance,
- njcodewarrior
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Formatting XML
by Herkum (Parson) on Apr 01, 2007 at 03:05 UTC | |
|
Re: Formatting XML
by mirod (Canon) on Apr 01, 2007 at 03:39 UTC | |
|
Re: Formatting XML
by Jenda (Abbot) on Apr 01, 2007 at 12:01 UTC | |
|
Re: Formatting XML
by valdez (Monsignor) on Apr 01, 2007 at 17:18 UTC | |
|
Re: Formatting XML
by Zaxo (Archbishop) on Apr 01, 2007 at 04:45 UTC |