Forum OpenACS Development: Re: How to execute a procedure from the install.xml

Collapse
Posted by Malte Sussdorff on
to answer my own question, here is how I did it:

# malte-install-procs.tcl

ad_proc -public::install::xml::action::malte { node } {} {

set url [apm_required_attribute_value $node url]

# do something with url or any other variable passed in
}

# install.xml

< malte url="/home/malte">