10 Commits (c11670e8e6064edc190fa9e900cad9b5700a407e)

Author SHA1 Message Date
Marvin Scholz 2e24511906 lua: Add parse_stream method to simplexml 10 years ago
Jean-Philippe André d16fe011b9 XML: fix two small mistakes in Lua 15 years ago
Rémi Denis-Courmont 0e17b717fe XML: return attribute value as const 15 years ago
Jean-Philippe André 92432ec276 Lua: fix module simplexml using the new API 15 years ago
Rémi Denis-Courmont 59f0684a6f XML: merge read and node_type operations, skip unknown nodes 15 years ago
Antoine Cellerier 4822a79c71 Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions. 16 years ago
Antoine Cellerier f55a3a4bbc Add function to add a children map to an xml table. (children_map[tagname] is an array of all the child tags with give name) 16 years ago
Antoine Cellerier 8a00b3f2e5 This should fix <tag/> cases. 16 years ago
Antoine Cellerier c628569832 Fix simplexml (still has issues with <bla/> tags) 16 years ago
Antoine Cellerier 0d63a3ed24 Add a simplexml lua module to parse an xml into a table. 16 years ago