I want to create multiple HTML files from one DXL file (lets say a complete database) via an XSLT.
The idea behind it: to create a frameset which contains a navigation for all design elements (synopsis style). The forms/views/… are separated into different HTML files and linked by the frameset. The final goal: a kind of synopsis replacement.
Now the problem: how to create multiple HTML files from one xml source?
I know the following:
-
it is not part of XSLT 1.0
-
in XSLT 1.1 there is xsl:document
-
in XALAN and other external frameworks, there are extensions for doing this
Is the Transformer in Notes able to do s.th. similar? Or does anyone have another idea for that?
Thanks…
By the way, here is the example how the form-HTML and view-HTML pages look like (created automatically by an XSLT from DXL):