From 0062307be6597a30c9a8ce22653842cfb13b09b6 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Fri, 7 Dec 2001 20:03:13 +0000 Subject: [PATCH] Added support for multiple targets in one parameter --- xsl/tools/profile/profile.xsl | 64 ++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 8 deletions(-) diff --git a/xsl/tools/profile/profile.xsl b/xsl/tools/profile/profile.xsl index 5285fd492..e39bad3a5 100644 --- a/xsl/tools/profile/profile.xsl +++ b/xsl/tools/profile/profile.xsl @@ -31,18 +31,51 @@ + + + + + + + + + $os.content != '' or @os = ''"/> + + + + + + + + + + $ul.content != '' or @userlevel = ''"/> + + + + + + + + + + $arch.content != '' or @arch = ''"/> + + + + + + + + + + $attr.content != '' + or @*[local-name()=$attr] = '' or not($attr)"/> + @@ -50,5 +83,20 @@ + + + + + + + 1 + + + + + + + + -- 2.40.0