summaryrefslogtreecommitdiff
path: root/tex/context/base/mkii/meta-xml.mkii
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkii/meta-xml.mkii')
-rw-r--r--tex/context/base/mkii/meta-xml.mkii29
1 files changed, 29 insertions, 0 deletions
diff --git a/tex/context/base/mkii/meta-xml.mkii b/tex/context/base/mkii/meta-xml.mkii
new file mode 100644
index 000000000..71708a0f9
--- /dev/null
+++ b/tex/context/base/mkii/meta-xml.mkii
@@ -0,0 +1,29 @@
+%D \module
+%D [ file=meta-xml,
+%D version=2002.11.27,
+%D title=\METAPOST\ Graphics,
+%D subtitle=XML Hacks,
+%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.
+
+\writestatus{loading}{MetaPost Graphics / XML Hacks}
+
+%D When we are dealing with XML, we need to make sure that
+%D \METAPOST\ knows about it. The next macro expands its
+%D argument (think of widget XFDF) into \type {\getXMLentity}
+%D calls.
+
+\unprotect
+
+\def\setMPtextXML#1#2%
+ {\bgroup
+ \enableXML
+ \expanded{\defconvertedcommand\noexpand\ascii{#2}}%
+ \expanded{\egroup\noexpand\dodoglobal\noexpand\setvalue{\@@MPT#1}{\ascii}}}
+
+\protect \endinput