xsl-list
[Top] [All Lists]

Re: hard problem

2004-02-01 10:11:29
At 2004-02-01 17:31 +0100, Nikolas Nehmer wrote:
But what I want to do now is to make something like to call the
publication's visualizer. In my opinion xlink:show="embed" would be a
very simple solution to my problem but as I know this function is not
implemented yet in browsers like Mozilla. Does anyone have some
suggestions? Maybe something like simulating the xlink:show="embed"
functionality on XSL level (in the list.xsl) could be a solution?!

Have you looked at using the document() function (section 12.1) to push the nodes of another source document through your stylesheet? Your stylesheet can have template rules for each of the document types and which ever document your xlink points to will fire that type's templare rules in situ, giving you the effect of "embed".

I hope this helps.

........................ Ken


--
Public courses: sign up for one or both soon to reserve your seat!
Each week:  Monday-Wednesday: XSLT/XPath;  Thursday-Friday: XSL-FO
Washington, DC: 2004-03-15           San Francisco, CA: 2004-03-22
Hong Kong, China: 2004-05-17           Bremen, Germany: 2004-05-24
World-wide on-site corporate, government & user group XML training

G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>