ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* removing # in XML identifiers
@ 2015-05-06 19:38 Pablo Rodriguez
  2015-05-06 20:49 ` Thomas A. Schmitz
  2015-05-07 21:44 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2015-05-06 19:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \startbuffer[demo]
    <a href="#myspecialid">the previous section</a>
    \stopbuffer

    \startxmlsetups xml:initialize
         \xmlsetsetup{#1}{a}{xml:*}
    \stopxmlsetups

    \xmlregistersetup{xml:initialize}

    \startxmlsetups xml:a
        \ctxlua{context("\\xmlatt{#1}{href}")}
        \ctxlua{local originalid = "abcde";% doesn’t work with #
        tex.print(string.sub(originalid,2))}
    \stopxmlsetups

    \starttext
         \xmlprocessbuffer{main}{demo}{}
    \stoptext

In both for some reason unknown to me, compilation crashes whe
string.sub has an string with # inside.

How could I get the following command working?

    \ctxlua{tex.print(string.sub(context("\\xmlatt{#1}{href}"),2))}

Even if I remove # from the href attribute, compilation crashes.

Sorry for asking this again, but which is the right way to do this?

I have spent hours trying to find out how to do it, but I’m afraid this
is beyond my knowledge.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2015-05-08  4:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-06 19:38 removing # in XML identifiers Pablo Rodriguez
2015-05-06 20:49 ` Thomas A. Schmitz
2015-05-07 18:16   ` Pablo Rodriguez
2015-05-07 21:44 ` Hans Hagen
2015-05-08  4:16   ` 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).