lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all,

I need to be able to extract the types of objects
stored in an XML file. The types are defined by a
series of XSD files. Has anyone done this in Lua? I
know about LXP, which can do the XML parsing, but it
doesn't know about XSD files.

Thanks.