reading attribute from ancestor element in XML
Hello list, I have an XML fragment like this: <div id="myid"> <p><sup>12</sup> blah blah...</p> </div> In the typeset text I want to substitute the text of the sup element ("12") with the id ("myid") in its div grandfather. The xmlsetup associated to the sup element looks like this: \startxmlsetups xml:sup \xmlatt{\xmlfirst{#1}{../..}}{id} \stopxmlsetups This gives an error (TeX capacity exceeded). I'm using ConTeXt version 2015.06.15. I've tried \xmlfilter and \xmlall too, with different lpaths. Sometimes ConTeXt ends without errors, but I've never managed to get the text of that attribute. What's the right way to backtrack to parent and ancestor nodes?
On 10/6/2015 12:06 PM, massifr@fastwebnet.it wrote:
Hello list, I have an XML fragment like this:
<div id="myid"> <p><sup>12</sup> blah blah...</p> </div>
In the typeset text I want to substitute the text of the sup element ("12") with the id ("myid") in its div grandfather.
The xmlsetup associated to the sup element looks like this:
\startxmlsetups xml:sup \xmlatt{\xmlfirst{#1}{../..}}{id} \stopxmlsetups
\xmlattribute{#1}{../..}{id}
This gives an error (TeX capacity exceeded). I'm using ConTeXt version 2015.06.15. I've tried \xmlfilter and \xmlall too, with different lpaths. Sometimes ConTeXt ends without errors, but I've never managed to get the text of that attribute.
What's the right way to backtrack to parent and ancestor nodes? ___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
massifr@fastwebnet.it