summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/xml.luadoc
blob: 58de53396641ddf4f759d83456926f183260d566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---[[
LuCI utility functions.
]]
module "luci.xml"

---[[
Create valid XML PCDATA from given string.

@class				function
@name				pcdata
@param value		String value containing the data to escape
@return				String value containing the escaped data
]]

---[[
Strip HTML tags from given string.

@class				function
@name				striptags
@param value		String containing the HTML text
@return				String with HTML tags stripped of
]]