ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Illegal parameter number in definition
@ 2015-07-17 17:26 juh
  2015-07-20  7:57 ` Schmitz Thomas A.
  0 siblings, 1 reply; 6+ messages in thread
From: juh @ 2015-07-17 17:26 UTC (permalink / raw)
  To: ntg-context

Hi all,

I am totally new to ConTeXt. I am a long time LaTeX user and I got
interested in ConTeXt by a posting from Pablo in the Pandoc mailing
list. So he is to blame if you have to read silly questions from me in
the future. ;-)

To learn a bit more about ConTeXt I try to make an environment to
typeset TEI-XML files from http://www.deutschestextarchiv.de (DTA)

I ran into a problem with this XML from DTA:

<head>
 <hi rendition="#g">Zehenter Brief.</hi>
</head><lb/>
<p><hi rendition="#in">S</hi>ie sind also mit mir darinn einig, und
durch den Innhalt meiner

I tried to map the rendition attribute to ConTeXt with this code:

\startxmlsetups xml:teisetups
        \xmlsetsetup{#1}{*}{-}
        \xmlsetsetup{#1}{TEI|text|body|div|head|p|lb}{xml:*}
        \xmlsetsetup{#1}{hi[@rendition='#g']}{xml:hi}
\stopxmlsetups

The attribute of '#g' makes trouble. I get the following error message.

tex error       > error on line 5 in file tei-style.tex: ! Illegal
parameter number in definition of \14>:xml:teisetups

<to be read again>
g
<argument> ...lb}{xml:*}\xmlsetsetup {##1}{hi[@rendition='##g
                                                  ']}{xml:hig}
\syst_setups_start_xml_indeed ...1\expandafter {#3
                                                  }
l.5 \stopxmlsetups


 1     \startxmlsetups xml:teisetups
 2             \xmlsetsetup{#1}{*}{-}
 3             \xmlsetsetup{#1}{TEI|text|body|div|head|p|hi|lb}{xml:*}
 4             \xmlsetsetup{#1}{hi[@rendition='#g']}{xml:hig}
 5 >>  \stopxmlsetups

I think that I kind of understand the message. The hash '#' isn't
allowed in this place. Is it possible to escape the hash somehow or to
solve this issue in an other way?

TIA
juh

-- 
Das ZEN von Pandoc
Bücher und E-Books einfach und professionell produzieren
http://www.amazon.de/Das-ZEN-von-Pandoc-professionell/dp/1505218799/
Paperback (232 Seiten) und E-Book
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-23 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17 17:26 Illegal parameter number in definition juh
2015-07-20  7:57 ` Schmitz Thomas A.
2015-07-20  9:42   ` juh
2015-07-20 14:42     ` Schmitz Thomas A.
2015-07-20 14:43     ` Aditya Mahajan
2015-07-23 18:44     ` Pablo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).