Hi all!
Can anyone tell me how to get nested registered adp tags to actually be
parsed?
E.g:
<loop from="1" to="3">
<loop from="1" to="2">
ba
</loop>
bui
</loop>
producing: "ba ba bui ba ba bui ba ba bui"
I checked out the code in adpfancy.c, and saw that nested tags are
supported inasmuch as the inner end tag doesn't close the outer opening
tag, but that's all.
I've tried running ns_adp_parse on the text within the outer tag, but the
inner tag just gets passed through unparsed.
Does ns_adp_parse not use the default parser (Which is set to fancy)? Or is
there something else I'm missing?
Thanks in advance,
Sean