Skip to main content

Module xml

Module xml 

Source

Functions§

deterministic_guid
Stable GUID derived from a project name. Mirrors the Swift djb2/fnv-1a blend so generated .csproj/.sln GUIDs are byte-identical between runtimes — same project name → same GUID.
xml_escape
XML-escape a value for an attribute or text node. Matches the five substitutions used by the Swift generator (&, ", <, >, ').