Skip to content

Commit

Permalink
update the version in the styles sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
skibum1869 committed Aug 21, 2024
1 parent 00324c6 commit 655e956
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions styles/styles.xsl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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:2.0"
xmlns:s="urn:mtconnect.org:MTConnectStreams:2.0"
xmlns:e="urn:mtconnect.org:MTConnectError:2.0"
xmlns:js="urn:custom-javascript"
exclude-result-prefixes="msxsl js"
<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:2.2"
xmlns:s="urn:mtconnect.org:MTConnectStreams:2.2"
xmlns:e="urn:mtconnect.org:MTConnectError:2.2"
xmlns:js="urn:custom-javascript"
exclude-result-prefixes="msxsl js"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
>

Expand Down

0 comments on commit 655e956

Please sign in to comment.