Merge pull request #4267 from TDT-AG/pr/20200713-luci-app-statistics
[project/luci.git] / modules / luci-base / luasrc / xml.luadoc
1 ---[[
2 LuCI utility functions.
3 ]]
4 module "luci.xml"
5
6 ---[[
7 Create valid XML PCDATA from given string.
8
9 @class function
10 @name pcdata
11 @param value String value containing the data to escape
12 @return String value containing the escaped data
13 ]]
14
15 ---[[
16 Strip HTML tags from given string.
17
18 @class function
19 @name striptags
20 @param value String containing the HTML text
21 @return String with HTML tags stripped of
22 ]]
23