Skip to content

Commit

Permalink
objectionary#1900: Added a comment to the xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Mar 17, 2023
1 parent 810b60a commit 0ed049f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="add_rust" version="2.0">
<!--
Creates <rusts> section with <rust> inserts.
-->
<xsl:template match="program">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
Expand Down

0 comments on commit 0ed049f

Please sign in to comment.