G
I have one xml file, content.xml, and three views, 1.xsl, 2.xsl, 3.xsl.
I would like to be able to link from any of the views to any of the
other views.
I can do this if I use, say saxon to create 1.html, 2.html, 3.html -
then 1.html has a hyperlink in it somewhere that points to
2.html#anchorName.
What I want is to be able to do the same thing using *in-browser xslt*,
for example by having 1.xml, 2.xml, 3.xml each reference its
corresponding stylesheet, but *all read their content from content.xml*
(then we would link accross files using eg 2.xml#anchorName).
This may be incredibly simple, but I have noooo idea how to get the
content of one xml file into another xml file.
Any advice on this, or an alternative solution, greatly appreciated.
I would like to be able to link from any of the views to any of the
other views.
I can do this if I use, say saxon to create 1.html, 2.html, 3.html -
then 1.html has a hyperlink in it somewhere that points to
2.html#anchorName.
What I want is to be able to do the same thing using *in-browser xslt*,
for example by having 1.xml, 2.xml, 3.xml each reference its
corresponding stylesheet, but *all read their content from content.xml*
(then we would link accross files using eg 2.xml#anchorName).
This may be incredibly simple, but I have noooo idea how to get the
content of one xml file into another xml file.
Any advice on this, or an alternative solution, greatly appreciated.