Skip to content
jorgesallum edited this page Aug 13, 2017 · 1 revision

Como selecionar uma tag filho dentro de uma tag folha

Xml:

<pub-date pub-type="epub">
	<day>08</day>
	<month>12</month>
	<year>2016</year>
</pub-date>

Yaml:

pub-date: 
  head: |

    \date{@@lua(return find "//year")@@}{@@lua(return find "//month")@@}{@@lua(return find "//day")@@}

Como pescar atributos com conteúdos específicos?

Xml:

<issn pub-type="ppub">1677-5449</issn>
<issn pub-type="epub">1677-7301</issn>

Yaml:

Clone this wiki locally