diff options
| author | Regis-Gianas | 2014-11-04 12:08:35 +0100 |
|---|---|---|
| committer | Regis-Gianas | 2014-11-04 22:51:36 +0100 |
| commit | 99eb8aa251328a42324455460ecc20aa0cbae046 (patch) | |
| tree | 457bd532779fe452e2498e650454397fd1f9b9c2 /lib | |
| parent | d6b6deb1cb02dca80349aa30221ea8569e72d9da (diff) | |
lib/Xml_printer.pcdata_to_string: Publish.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xml_printer.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xml_printer.mli b/lib/xml_printer.mli index a18aaed1bf..1c5fa72125 100644 --- a/lib/xml_printer.mli +++ b/lib/xml_printer.mli @@ -25,3 +25,5 @@ val to_string : xml -> string tabs and lines break between different nodes. *) val to_string_fmt : xml -> string +(** Print PCDATA as a string by escaping XML entities. *) +val pcdata_to_string : string -> string |
