Open
Description
I was looking at the docs about the writer:
"A XML writer. Can be nested with readers if you want to transform XMLs.
Especially for nested XML elements, the user must keep track where (how deep) in the XML document the current event is located."
I was looking and there is no documentation or an example regarding this. Is there an example that can show this happening?