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 wrote: > From: Graeme Geldenhuys > Subject: Re: [fpc-pascal] XML Pretty Formatter > To: "FPC-Pascal users discussions" > Date:

Re: [fpc-pascal] XML Pretty Formatter

2009-05-14 Thread Graeme Geldenhuys
On Thu, May 14, 2009 at 1:57 PM, Leonardo M. Ramé 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 used it for the FPDoc

[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 lo