summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lxml-ctx.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/lxml-ctx.mkxl')
-rw-r--r--tex/context/base/mkiv/lxml-ctx.mkxl58
1 files changed, 0 insertions, 58 deletions
diff --git a/tex/context/base/mkiv/lxml-ctx.mkxl b/tex/context/base/mkiv/lxml-ctx.mkxl
deleted file mode 100644
index f4b2edc79..000000000
--- a/tex/context/base/mkiv/lxml-ctx.mkxl
+++ /dev/null
@@ -1,58 +0,0 @@
-%D \module
-%D [ file=lxml-ctx,
-%D version=2007.08.17,
-%D title=\CONTEXT\ \XML\ Support,
-%D subtitle=Initialization,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-%D Experimental. This might change! Also, it might become a module
-%D instead if core code.
-
-\writestatus{loading}{ConTeXt XML Support / Goodies}
-
-\registerctxluafile{lxml-ctx}{}
-
-\unprotect
-
-\settrue \xmllshowbuffer
-\setfalse\xmllshowtitle
-\settrue \xmllshowwarning
-
-\definehead
- [lshowtitle]
- [subsubsubsubsubject]
-
-\setuphead
- [lshowtitle]
- [\c!style=\tta]
-
-\permanent\protected\def\xmllshow#1%
- {\ctxlua{xml.ctx.tshow {
- pattern = \!!bs\detokenize{#1}\!!es,
- \ifconditional\xmllshowtitle
- title = "lshowtitle",
- \fi
- \ifconditional\xmllshowwarning
- warning = true,
- \fi
- } }}
-
-\permanent\protected\def\xmllshowbuffer#1#2#3%
- {\ctxlua{xml.ctx.tshow {
- pattern = \!!bs\detokenize{#2}\!!es,
- \ifconditional\xmllshowbuffer
- xmlroot = "#1",
- attribute = "#3",
- \fi
- \ifconditional\xmllshowwarning
- warning = true,
- \fi
- } }}
-
-\protect