From 0feaa35c92cdf8ee2ca4e35c6f7ccd058f73d658 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 18 Dec 2002 19:04:31 +0000 Subject: [PATCH] The select.mediaobject.index template now uses the $stylesheet.result.type parameter to choose the role value, with xhtml falling back to html if needed. --- xsl/common/common.xsl | 44 ++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 87fe5f6ae..8dc139cdf 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -870,29 +870,35 @@ recursive process. and $olist[@role = $preferred.mediaobject.role]"> - - - - - - - - + + + + + + and $olist[@role = $stylesheet.result.type]"> - - - - - - - - + + + + + + + + + + + + + + -- 2.50.1