[fpc-pascal] XML Pretty Formatter

2009-05-14 Thread Leonardo M . Ramé
Hi, I'm looking for a simple XML pretty formatter, or parser who can remove all superfluous characters from XML files. My application receives an XML file from an external app. containing many spaces and CRLFs after closing tags, this doesn't affect my parser, but I need to add the XML to a

Re: [fpc-pascal] XML Pretty Formatter

2009-05-14 Thread Graeme Geldenhuys
On Thu, May 14, 2009 at 1:57 PM, Leonardo M. Ramé martinr...@yahoo.com wrote: Hi, I'm looking for a simple XML pretty formatter, or parser who can remove all superfluous characters from XML files. I have created just the thing for you. :-) I created to XSL files that cleans up XML files. I

Re: [fpc-pascal] XML Pretty Formatter

2009-05-14 Thread Leonardo M . Ramé
Thanks Graeme!, pretty_print.xsl solved the issue. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 5/14/09, Graeme Geldenhuys graemeg.li...@gmail.com wrote: From: Graeme Geldenhuys graemeg.li...@gmail.com Subject: Re: [fpc-pascal] XML Pretty Formatter To: FPC-Pascal users