DesignLiquido / xslt-processor

A JavaScript XSLT processor without native library dependencies
GNU Lesser General Public License v3.0
102 stars 31 forks source link

Nodes with no parents defined #80

Closed ItaloCobains closed 10 months ago

ItaloCobains commented 10 months ago

dado:

<lmht><cabeca><titulo>Listagem de clientes</titulo></cabeca><corpo><titulo1>Clientes</titulo1><tabela><cabeca-tabela><linha><celula>Id</celula><celula>Nome</celula></linha></cabeca-tabela><corpo-tabela><linha><celula>1</celula><celula>Italo</celula></linha><linha><celula>2</celula><celula>Leonel</celula></linha></corpo-tabela></tabela></corpo></lmht>

image

Error: image