From 7bd083a098348655d9c00b67b159e5f2e9f4b00f Mon Sep 17 00:00:00 2001 From: Wendell Piez Date: Thu, 23 Jan 2020 15:25:02 -0500 Subject: [PATCH] Scrubbed references to me (my local files) in files committed see #566 --- .../produce-datatype-validation-functions.xsl | 4 ++-- .../xml/produce-and-run-either-documentor.xsl | 1 - src/utils/util/convert/json-compactor.xsl | 2 +- src/utils/util/lib/make-xslt.xq | 23 ------------------- src/utils/util/lib/utility.xq | 14 ----------- 5 files changed, 3 insertions(+), 41 deletions(-) delete mode 100644 src/utils/util/lib/make-xslt.xq delete mode 100644 src/utils/util/lib/utility.xq diff --git a/build/metaschema/lib/produce-datatype-validation-functions.xsl b/build/metaschema/lib/produce-datatype-validation-functions.xsl index 71d9209d38..1c72a08b0a 100644 --- a/build/metaschema/lib/produce-datatype-validation-functions.xsl +++ b/build/metaschema/lib/produce-datatype-validation-functions.xsl @@ -10,8 +10,8 @@ diff --git a/build/metaschema/xml/produce-and-run-either-documentor.xsl b/build/metaschema/xml/produce-and-run-either-documentor.xsl index ef609d50d5..f2a431c159 100644 --- a/build/metaschema/xml/produce-and-run-either-documentor.xsl +++ b/build/metaschema/xml/produce-and-run-either-documentor.xsl @@ -90,7 +90,6 @@ - {$output-path}/{$metaschema-code}-{$target-format}-schema.html {$output-path}/{$metaschema-code}-{$target-format}-map.html diff --git a/src/utils/util/convert/json-compactor.xsl b/src/utils/util/convert/json-compactor.xsl index 80256eedc6..2c506fd6b8 100644 --- a/src/utils/util/convert/json-compactor.xsl +++ b/src/utils/util/convert/json-compactor.xsl @@ -15,7 +15,7 @@ - + diff --git a/src/utils/util/lib/make-xslt.xq b/src/utils/util/lib/make-xslt.xq deleted file mode 100644 index 312ce7fa26..0000000000 --- a/src/utils/util/lib/make-xslt.xq +++ /dev/null @@ -1,23 +0,0 @@ -{ -let $library := - - file:/home/wendell/Documents/OSCAL/draft/working/SP800-53/SP800-53-handmade.xml - file:/home/wendell/Documents/OSCAL/draft/working/ISO-27002/iso-27002-OSCAL.xml - file:/home/wendell/Documents/OSCAL/draft/working/doc/oscal-oscal.xml - - -let $doc-set := $library/doc/doc(.) - -for $n in distinct-values($doc-set//*/local-name()) -return - <{$n}> - {$n} - -

{$n} {$n} {$n}

-
- -

{$n} {$n} {$n}

-
-
- } -
\ No newline at end of file diff --git a/src/utils/util/lib/utility.xq b/src/utils/util/lib/utility.xq deleted file mode 100644 index 452e1f7fdc..0000000000 --- a/src/utils/util/lib/utility.xq +++ /dev/null @@ -1,14 +0,0 @@ -declare default element namespace "http://csrc.nist.gov/ns/oscal/1.0"; - -let $library := - - file:/home/wendell/Documents/OSCAL/working/COBIT5/cobit5-selection-oscal.xml - file:/home/wendell/Documents/OSCAL/working/ISO-27002/iso-27002-OSCAL-refined.xml - file:/home/wendell/Documents/OSCAL/working/SP800-53/SP800-53-OSCAL-refined.xml - file:/home/wendell/Documents/OSCAL/working/doc/schema/oscal-oscal.xml - - -let $doc-set := $library/doc/doc(.) - -for $d in $doc-set return - ' ' || document-uri($d) || ': ' || string-join(distinct-values($d//(part | prop[exists(@class)])/ (../name() || ../(@class/('.' || .)) || '/' || name() || @class/('.' || .))), ' ' ) \ No newline at end of file