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
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.
view-scope pipeline
You can form a "pipeline" statically with taking the view-scoped content of one object as the input for the transformation in another view-scoped content access.
pipeline task
Special transformation pipeline task, taking the stylesheets as parameters.

Scanning the input document(s) for namespaces and import a stylesheet for each of these namespace.

/livcos.org/data/map/brainstorm/DataView