From 8a17d0c6c575be59ace4d6b45fc59f972058a0ea Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 6 Apr 2018 14:56:47 -0400 Subject: [PATCH] c1map: Add lvm:when This allows for conditional nodes where lvm:if is not appropriate or cannot be used. --- src/current/c1map.xsl | 28 ++++++++++++++++++++++++-- src/current/c1map/render.xsl | 39 ++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/src/current/c1map.xsl b/src/current/c1map.xsl index 9b95a8c2..f6e1903a 100644 --- a/src/current/c1map.xsl +++ b/src/current/c1map.xsl @@ -338,8 +338,27 @@ mode="lvmp:c1-node-result" priority="5"> - - + + + + + + + + + + + + + + + + + + + + @@ -366,6 +385,11 @@ + + + + +