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
In reply to Formatting XML by njcodewarrior
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |