Cut down on namespace exports for object files

This should cut down on the file sizes a bit.
master
Mike Gerwitz 2018-05-15 13:03:38 -04:00
parent f2e3cdf5f7
commit e3b0baec1a
6 changed files with 7 additions and 12 deletions

View File

@ -67,8 +67,6 @@ BEGIN {
" xmlns=\"http://www.lovullo.com/rater\"\n" \
" xmlns:c=\"http://www.lovullo.com/calc\"\n" \
" xmlns:t=\"http://www.lovullo.com/rater/apply-template\"\n" \
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" \
" xsi:schemaLocation=\"http://www.lovullo.com/rater %1$srater/rater.xsd\"\n\n" \
" name=\"suppliers/rates/tables/%2$s\"\n" \
" desc=\"%2$s rate table\">\n\n" \
" <!--\n" \

View File

@ -23,8 +23,6 @@
<lv:package
xmlns:lv="http://www.lovullo.com/rater"
xmlns:c="http://www.lovullo.com/calc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.lovullo.com/rater ../../rater/rater.xsd"
<?php

View File

@ -34,7 +34,8 @@
xmlns:t="http://www.lovullo.com/rater/apply-template"
xmlns:c="http://www.lovullo.com/calc"
xmlns:ext="http://www.lovullo.com/ext"
xmlns:util="http://www.lovullo.com/util">
xmlns:util="http://www.lovullo.com/util"
exclude-result-prefixes="ext util xs">
<xsl:variable name="tex-defaults">

View File

@ -66,7 +66,8 @@
xmlns:symtable="http://www.lovullo.com/tame/symtable"
xmlns:preproc="http://www.lovullo.com/rater/preproc"
xmlns:lv="http://www.lovullo.com/rater"
xmlns:c="http://www.lovullo.com/calc">
xmlns:c="http://www.lovullo.com/calc"
exclude-result-prefixes="xs symtable">
<xsl:include href="path.xsl" />

View File

@ -1,8 +1,4 @@
<symbol-map
xmlns="http://www.lovullo.com/rater/symbol-map"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.lovullo.com symbol-map.xsd">
<symbol-map xmlns="http://www.lovullo.com/rater/symbol-map">
<!-- global parameter -->
<symbol type="param">\Theta</symbol>

View File

@ -33,7 +33,8 @@
xmlns:lv="http://www.lovullo.com/rater"
xmlns:symtable="http://www.lovullo.com/tame/symtable"
xmlns:_symtable="http://www.lovullo.com/tame/symtable/_priv"
xmlns:preproc="http://www.lovullo.com/rater/preproc">
xmlns:preproc="http://www.lovullo.com/rater/preproc"
exclude-result-prefixes="symtable _symtable xs">
<import href="symbols.xsl.apply" />