{"id":27946810,"url":"https://github.com/dmccuskey/lua-e4x","last_synced_at":"2025-05-07T13:58:04.629Z","repository":{"id":24693850,"uuid":"28105107","full_name":"dmccuskey/lua-e4x","owner":"dmccuskey","description":"Lightweight E4X XML processing in Lua","archived":false,"fork":false,"pushed_at":"2015-05-10T15:10:37.000Z","size":300,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T13:58:01.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmccuskey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-16T20:26:43.000Z","updated_at":"2018-09-28T08:20:40.000Z","dependencies_parsed_at":"2022-07-25T11:17:45.877Z","dependency_job_id":null,"html_url":"https://github.com/dmccuskey/lua-e4x","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmccuskey%2Flua-e4x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmccuskey%2Flua-e4x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmccuskey%2Flua-e4x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmccuskey%2Flua-e4x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmccuskey","download_url":"https://codeload.github.com/dmccuskey/lua-e4x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892523,"owners_count":21820647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T13:58:03.960Z","updated_at":"2025-05-07T13:58:04.617Z","avatar_url":"https://github.com/dmccuskey.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Overview ###\n\n`lua_e4x` is an implementation of E4X for sane XML navigation in Lua. The API is modeled closely after the one for Adobe e4x (_see references_).\n\nRequires: lua-error, lua-files, lua-objects, lua-utils (all included)\n\n\n### Usage ###\n\n**Searching via Dot Traversal**\n\n```lua\nxml.book  -- searches all children of the XML root for `book` elements.\n\nxml.book.title  -- searches all children of each `book` result for `title` child-elements and returns those results, and so on.\n\nxml.book[1].author  -- only searches the first `book` element for any `author` child-elements.\n```\n\n\n### More Info ###\n\n\n**Documentation**\n\nhttp://docs.davidmccuskey.com/\n\n**Examples**\n\nThere are a lot of examples found in the test dir. There is also a micro example on the documentation website.\n\n**References**\n\n* [Adobe e4x Docs](http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e72.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmccuskey%2Flua-e4x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmccuskey%2Flua-e4x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmccuskey%2Flua-e4x/lists"}