[
Lists Home |
Date Index |
Thread Index
]
- From: Michael Kraus <michael.kraus@informatik.uni-muenchen.de>
- To: xml-dev@xml.org
- Date: Mon, 17 Jul 2000 18:18:13 +0200
Hello,
I'm currently working on an XML/XSL/XLink Browser
(http://www.pms.informatik.uni-muenchen.de/lehre/projekt-diplom-arbeit/browser-toolkit.html)
and have the following problem: The Browser takes as input an XML file,
an XSLT stylesheet and an XLink linkbase. The links refer to elements in
the XML file, of course. Now, if the XML file is translated into FO (or
HTML), how can the browser know to which element(s) a certain XLink
refers?
There are two different levels: data and presentation. the XML and XLink
files are on the data level, and the FO (HTML) file resulting from the
XSLT transformation is on the presentation level. But this file
represents the transformation of the XML file ONLY! How is it possible
to transform the XLinks as well?
Michael
|