Skip to content

Commit

Permalink
Scrubbed references to me (my local files) in files committed see #566
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez authored and david-waltermire committed Jan 23, 2020
1 parent f7ecef1 commit 4554943
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


<!-- Runs on itself.
Calls data from file:/C:/Users/wap1/Documents/OSCAL/build/metaschema/xml/produce-xsd.xsl and
file:/C:/Users/wap1/Documents/OSCAL/build/metaschema/xml/oscal-datatypes.xsd
Calls data from ../../../build/metaschema/xml/produce-xsd.xsl and
../../../build/metaschema/xml/oscal-datatypes.xsd
to produce a function library for validating datatypes -->
<xsl:output indent="yes"/>
Expand Down
1 change: 0 additions & 1 deletion build/metaschema/xml/produce-and-run-either-documentor.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
</xsl:variable>

<xsl:template match="/">
<!--file:/C:/Users/wap1/Documents/usnistgov/OSCAL/docs/layouts/partials/generated/xml-schema-oscal-catalog.html-->
<xsl:variable name="schema-docs-file" as="xs:string" expand-text="true">{$output-path}/{$metaschema-code}-{$target-format}-schema.html</xsl:variable>
<xsl:variable name="schema-map-file" as="xs:string" expand-text="true">{$output-path}/{$metaschema-code}-{$target-format}-map.html</xsl:variable>

Expand Down
2 changes: 1 addition & 1 deletion src/utils/util/convert/json-compactor.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<xsl:mode name="promote" on-no-match="shallow-copy"/>

<xsl:variable name="metaschema" select="document('file:/home/wendell/Documents/OSCAL/schema/metaschema/oscal-catalog-metaschema.xml')"/>
<xsl:variable name="metaschema" select="document('../../../../src/metaschema/oscal_catalog_metaschema.xml')"/>

<xsl:variable name="write-options" as="map(*)" expand-text="true">
<xsl:map>
Expand Down
23 changes: 0 additions & 23 deletions src/utils/util/lib/make-xslt.xq

This file was deleted.

14 changes: 0 additions & 14 deletions src/utils/util/lib/utility.xq

This file was deleted.

0 comments on commit 4554943

Please sign in to comment.