From 266b3e624adbf4d243728e13ef8f4eeaf043e2d5 Mon Sep 17 00:00:00 2001 From: robot-ranger Date: Tue, 23 Jan 2024 12:58:25 -0800 Subject: [PATCH] schema ver --- styles/styles.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/styles.xsl b/styles/styles.xsl index 0e85cbb5..06627723 100644 --- a/styles/styles.xsl +++ b/styles/styles.xsl @@ -4,9 +4,9 @@ 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: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"