mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 04:49:40 +02:00
LazUtils, docs: TXmlWriter, document changes in xwfSpecialCharsInAttributeValue
This commit is contained in:
parent
a700e87887
commit
0aca3728a6
@ -54,8 +54,7 @@ WriteXMLFile and WriteXML routines.
|
||||
<!-- enumeration value Visibility: default -->
|
||||
<element name="TXMLWriterFlag.xwfSpecialCharsInAttributeValue">
|
||||
<short>
|
||||
Enables writing Carriage Return (Decimal 13) characters in attribute values
|
||||
instead of the numeric character entity &xD;
|
||||
Enables writing unencoded #1..#32 (including Carriage Return) characters in attribute values. Without this flag they will be encoded to their numeric character entity &xD; instead.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TXMLWriterFlag.xwfPreserveWhiteSpace">
|
||||
|
Loading…
Reference in New Issue
Block a user