25 Feb
2017
25 Feb
'17
9:35 p.m.
On 02/25/2017 09:10 PM, Hans Hagen wrote:
then you can just use
xml.attribute (or lxml.attribute)
Yes, exactly: how does something like \xmlattribute{#1}{..[tag()='section' or tag()='chapter']}{title} translate into lua? such as xml.attribute(e, "../../chapter", "title", "")? Thomas