- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::XMLSyndication
::xowiki::XMLSyndication create ... \
[ -package_id package_id ]
Class Relations
::xotcl::Class create ::xowiki::XMLSyndication \ -superclass ::xotcl::ObjectMethods (to be applied on instances)
init (scripted)
set :xmlMap [list & "&" < "<" > ">" \" """ ' "'"]package_id (setter)
tag (scripted)
set attsXML "" if {[info exists atts]} { foreach {attName attValue} $atts { append attsXML " $attName='[string map [list ' {'} { } { }] $attValue]'" } } return <$name$attsXML>[string map ${:xmlMap} $value]</$name>
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables