On 4/30/19 9:36 AM, Bernd Oppolzer wrote:
Am 30.04.2019 um 02:45 schrieb wkitt...@windstream.net:
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???

There is nothing wrong with that,

agreed...

in fact I am aware of a typesetting system which uses XML as input,
and if you enclose your input text between certain tags (<pre> or <sourcecode>)
you expect that the blanks between those tags are preserved.

true but the given examples do not show that...

[code]
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <text1>    a</text1>
  <text2>     </text2>
</doc>
[/code]



--
 NOTE: No off-list assistance is given without prior approval.
       *Please keep mailing list traffic on the list unless*
       *a signed and pre-paid contract is in effect with us.*
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to