Skip to content

Commit

Permalink
Update json-stylesheet.xsl
Browse files Browse the repository at this point in the history
Removed repo-config file reference
  • Loading branch information
emgeier authored Oct 19, 2024
1 parent 567d986 commit c26b6be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions json-stylesheet.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
exclude-result-prefixes="xs t x saxon local" version="3.0">

<xsl:output method="text" encoding="utf-8"/>
<xsl:param name="configPath" select="concat($staticSitePath, '/siteGenerator/components/repo-config.xml')"/>
<xsl:variable name="config">
<xsl:if test="doc-available(xs:anyURI($configPath))">
<xsl:sequence select="document(xs:anyURI($configPath))"/>
</xsl:if>
</xsl:variable>

<xsl:function name="local:sortStringEn">
<xsl:param name="string"/>
Expand Down

0 comments on commit c26b6be

Please sign in to comment.