XSLT
all-in-one stylesheet
Since the Cosmos could contain thousands of different namespaces, each with many elements, one stylesheet, handling all of these elements, would contain thousands of templates.
per namespace stylesheet
Scanning the input document(s) for namespaces and import a stylesheet for each of these namespace.
generate stylesheet
The task, scanning the input objects for namespaces, generates a stylesheet with the according xsl:import statements.
xsl:import extension
so far, no idea how to build...
transformation pipeline
A transformation pipeline task transforms the input with multiple stylesheets in a specific order. The result of one transformation will be the input for the next, or the result after the last transformation.
/livcos.org/data/map/brainstorm/DataView