Emma Humphries

Results 13 comments of Emma Humphries

A XSLT-like styling language would, by default, recursively process all nodes (which if empty, would yield nothing) . So the default behavior of an XSLT processor on: ```xml text1 text...

That makes sense, my example was me thinking in the default behavior of XSLT. The default behavior in XSLT is to recursively process the tree, applying the default template, unless...

Yes, setting the scope of what you expect it to do is the right thing. I do hope you find some of the ideas in XSLT useful.