Skip to content

Commit

Permalink
Adding starter XProc to project template
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Aug 15, 2024
1 parent 5f5d5c5 commit 3194e53
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions project-template/MINIMAL.xpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
xmlns:c="http://www.w3.org/ns/xproc-step" version="3.0"
xmlns:ox="http://csrc.nist.gov/ns/oscal-xproc3"
type="ox:MINIMAL"
name="MINIMAL">

<!-- For samples and boilerplate see file ../projects/xproc-doc/xproc-snippets.xml -->

<p:identity/>

</p:declare-step>

0 comments on commit 3194e53

Please sign in to comment.