js-calc.xsl: Remove now-unneeded worksheet ns declaration

* src/current/compiler/js-calc.xsl: Remove `w' ns prefix from root node.
  Style root node.
master
Mike Gerwitz 2017-07-18 10:24:01 -04:00
parent d1dbea91ac
commit fe7849224d
1 changed files with 5 additions and 6 deletions

View File

@ -35,12 +35,11 @@
system (e.g. Closure Compiler) to perform additional optimizations.
-->
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:c="http://www.lovullo.com/calc"
xmlns:lv="http://www.lovullo.com/rater"
xmlns:w="http://www.lovullo.com/rater/worksheet"
xmlns:preproc="http://www.lovullo.com/rater/preproc"
xmlns:calc-compiler="http://www.lovullo.com/calc/compiler">
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:c="http://www.lovullo.com/calc"
xmlns:lv="http://www.lovullo.com/rater"
xmlns:preproc="http://www.lovullo.com/rater/preproc"
xmlns:calc-compiler="http://www.lovullo.com/calc/compiler">
<!-- enable debugging by default -->