mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 06:39:36 +01:00
lazutils: comment
git-svn-id: trunk@42211 -
This commit is contained in:
parent
d30c687245
commit
733b4108c6
@ -852,7 +852,7 @@ const
|
||||
stduri_xml: DOMString = 'http://www.w3.org/XML/1998/namespace';
|
||||
stduri_xmlns: DOMString = 'http://www.w3.org/2000/xmlns/';
|
||||
|
||||
function StrToXMLValue(const s: string): string; // removes #0
|
||||
function StrToXMLValue(const s: string): string; // removes #0, encodes <>&'"
|
||||
function XMLValueToStr(const s: string): string; // reverse of StrToXMLValue (except for invalid #0)
|
||||
function EncodeLesserAndGreaterThan(const s: string): string;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user