Skip to content

Commit

Permalink
forgot to add styles file
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Jan 26, 2024
1 parent 47d20e2 commit 52207a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test_package/resources/styles/styles.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fn="http://www.w3.org/2005/xpath-functions"
xmlns:m="urn:mtconnect.org:MTConnectDevices:1.4"
xmlns:s="urn:mtconnect.org:MTConnectStreams:1.4"
xmlns:e="urn:mtconnect.org:MTConnectError:1.4"
xmlns:js="urn:custom-javascript"
exclude-result-prefixes="msxsl js"
xmlns:msxsl="urn:schemas-microsoft-com:xslt">

<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes" />

<!-- Root template -->
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>

0 comments on commit 52207a5

Please sign in to comment.