mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 08:37:21 +08:00
10 lines
218 B
XML
10 lines
218 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
XML Security Library example: Original XML doc file before encryption (encrypt3 example).
|
|
-->
|
|
<Envelope xmlns="urn:envelope">
|
|
<Data>
|
|
Hello, World!
|
|
</Data>
|
|
</Envelope>
|