Hi,
is it possible to switch off processing of {{ }} and [[ ]]
in xowiki::Object ???
for example, I have the following proc content:
proc content {} {
return "
qqq {{www}} eee
"
}
and I dont want {{www}} to be interpreted
as an includelet www
.........
Michal Hanckowiak