Re: [fpc-pascal] XML - Indent, text content, special char

2019-04-29 Thread wkitty42
On 4/29/19 1:27 PM, Gabor Boros wrote: Is this not a bug? Lost of formatting is not disturb me but text between > and < is the data/text content of a node. are you saying that you are trying to use fixed-width fields that are space-padded in XML files??? -- NOTE: No off-list assistance is

Re: [fpc-pascal] XML - Indent, text content, special char

2019-04-29 Thread Gabor Boros
2019. 04. 28. 21:24 keltezéssel, Santiago A. írta: If you need the same indent or special chars, XML is not the right format for you. Consider it XML is not my choice. ;-) Gabor ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://li

Re: [fpc-pascal] XML - Indent, text content, special char

2019-04-29 Thread Gabor Boros
2019. 04. 28. 9:25 keltezéssel, Gabor Boros írta: The "indent" and "text content" problems solved on the reader side by ReadXMLFilePreserveWhitespace: With a sample application but not with the real life application. :-( (My real application just find node for every second FindNode call.) Wit