From f8f59412dd2be79d88ee309eb659b146dc7217b3 Mon Sep 17 00:00:00 2001
From: galtm <40716346+galtm@users.noreply.github.com>
Date: Sun, 8 Jan 2023 14:26:48 -0500
Subject: [PATCH] Make trace messages neater
---
.../resolver-pipeline/oscal-profile-RESOLVE.xsl | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/utils/resolver-pipeline/oscal-profile-RESOLVE.xsl b/src/utils/resolver-pipeline/oscal-profile-RESOLVE.xsl
index ddb83aba29..958420f0d4 100644
--- a/src/utils/resolver-pipeline/oscal-profile-RESOLVE.xsl
+++ b/src/utils/resolver-pipeline/oscal-profile-RESOLVE.xsl
@@ -50,6 +50,7 @@
+
@@ -72,7 +73,7 @@
Each represents a stage in processing.
The result of each processing step is passed to the next step as its input, until no steps are left. -->
- RESOLVING PROFILE { base-uri($source) }
+ RESOLVING PROFILE { document-uri($source) }
@@ -106,7 +107,7 @@
- Start of step { count(.|preceding-sibling::*) }: XSLT { $xslt-spec }, document {$home/base-uri() => replace('.*/','')} ...
+ Step { count(.|preceding-sibling::*) } start : document { $home-filename }, XSLT { $xslt-spec }
@@ -136,7 +137,7 @@
https://www.w3.org/TR/xpath-functions-31/#func-transform -->
- End of step { count(.|preceding-sibling::*) }: XSLT { $xslt-spec }, document {$home/base-uri() => replace('.*/','')} ...
+ Step { count(.|preceding-sibling::*) } end : document { $home-filename }, XSLT { $xslt-spec }
@@ -145,7 +146,7 @@
- Applying step { count(.|preceding-sibling::*) }: checking for severe errors ...
+ Step { count(.|preceding-sibling::*) } : document { $home-filename }, check for severe errors
{.}
@@ -158,8 +159,7 @@
- Applying step {
- count(.|preceding-sibling::*) }: finalize ...
+ Step { count(.|preceding-sibling::*) } : document { $home-filename }, finalize
@@ -169,7 +169,7 @@
- ... applied step { count(.|preceding-sibling::*) }: { name() } ...
+ Step { count(.|preceding-sibling::*) } : { name() }