manoelcampos / xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
MIT License
287 stars 73 forks source link

How to get the input xml value ? #26

Closed wangpengli closed 5 years ago

wangpengli commented 5 years ago

<?xml version="1.0"?>

abcd 1234

in this case , with the xml2lua, how to get the input item's value , my means the "1234"?

wangpengli commented 5 years ago

`<?xml version="1.0"?>

abcd 1234 `
manoelcampos commented 5 years ago

Please check the available examples.