Yes I need to use some content (not attributes) in the parent tag to decide if the content in the child tag should be written to the db or not.
So looks like I can only store the content of the child tag in a buffer first, and then analyze it when the ending parent tag is parsed?
Thanks!
If you use one of the 'as array' rules (e.g., child_tag => 'as array'), then the child nodes get pushed to a 'buffer' for you, and will be available (as an arrayref) when parsing the parent tag.