hey ho
is there any way (undocumented netquotevars?) to get actinic to autogenerate either:
a) a flat, delimited list of the sectiontree names and urls, or
b) an xml dump of the same?
currently, sectiontreename and sectiontreeurl return javascript files, which create a new array, but not via a valid java method:
var section_tree_names = new createArray(num)
xml would be preferable, due to the ease of parsing child nodes. any ideas?
thanks
is there any way (undocumented netquotevars?) to get actinic to autogenerate either:
a) a flat, delimited list of the sectiontree names and urls, or
b) an xml dump of the same?
currently, sectiontreename and sectiontreeurl return javascript files, which create a new array, but not via a valid java method:
var section_tree_names = new createArray(num)
xml would be preferable, due to the ease of parsing child nodes. any ideas?
thanks
Comment