From 29017aaad3c22aa757b3ef67378b9a8b00129bf0 Mon Sep 17 00:00:00 2001 From: Maverick Date: Wed, 8 Jun 2016 16:18:27 +0530 Subject: Integrated the XSL transformation with the HTML file --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 29c59ab..e9c90a4 100644 --- a/index.html +++ b/index.html @@ -528,7 +528,8 @@ }); /* Maverick - Reference: http://www.w3schools.com/xsl/xsl_client.asp*/ + Reference: http://www.w3schools.com/xsl/xsl_client.asp + */ editor.addAction('exportXcos', function(editor,cell) { //Mind the 3 parameters. -- cgit