Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Tags: manoelcampos/xml2lua

Tags

v1.6-2

Toggle v1.6-2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Update workflows

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>

v1.6-1

Toggle v1.6-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #79 :: Dom handler (PR #86)

* correctly set a ROOT node as the first node of the dom object.
set the DECL node as the first child node of ROOT.
fix indent in dom:toXml().

* fix detection of an empty ELEMENT node.

* XmlParser: fix parsing of a DTD element.
dom handler: fix handling a DTD element.

* Fix dom.lua docs

* Rename people.xml to people1.xml
Moves complex tags (DOCTYPE and CDATA)
to people2.xml to make people1 a basic XML.

* Restructure example5.lua to
parse the XML files whose names
are defined by an array inside the example,
instead of receiving them in the STDIN.

This way, the entry to run this example
inside the Makefile were removed.
Running a specific example inside the Makefile
is too specific.

If that was for test purposes, they should be inside the test files.

---------

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
Co-authored-by: Sudheer Hebbale <sudheer.hr@tekenlight.com>
Co-authored-by: Manoel Campos <manoelcampos@gmail.com>

v1.5-2

Toggle v1.5-2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Replaces travis-ci.org links to travis-ci.com

v1.5-1

Toggle v1.5-1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Close #58 (PR #59)

* Renames rockspec file to comply with the standard.
* Bumps version to 1.5-1.

Co-authored-by: Manoel Campos <manoelcampos@gmail.com>

v1.5-0

Toggle v1.5-0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Add badge link to LuaRocks

v1.4-5

Toggle v1.4-5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Close #54

v1.4-4

Toggle v1.4-4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Version bump to 1.4-4

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>

v1.4-3

Toggle v1.4-3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Version bump to v1.4-3

v1.4-2

Toggle v1.4-2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Close #49

v1.4-1

Toggle v1.4-1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
manoelcampos Manoel Campos
Makes the tableName parameter in toXml() function optional.

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>