Forum OpenACS Q&A: Re: what is the best practive for extracting xml like info from variables

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
Matthew,

I can't understand why you would think this is necessary. It seems like the kind of data that could be modeled easily in a relational database.

That said, if you want to format it like xml, why not put an <?xml version="1.0"?> at the top and parse it with ns_xml or tDOM?