Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some repository cleanup #610

Merged
merged 1 commit into from
Jan 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.