Hi,
I think it might be interesting to export a document's structure (the
XDOM) to the XML we generate for pages (?xpage=xml), in addition to
the unparsed content and the rendered content.
This would make it easy for external tools to process page structures
and extract required information. More importantly it's something easy
to do now.
WDYT? This is low priority but I thought it could be interesting.
Technically this means writing a DOMListener (which creates a w3c
Document from a XDOM).
Thanks
-Vincent