Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-12 | Start parsing files | Silvan Jegen | |
And also deal with memory while doing it. | |||
2016-09-12 | Add sxmlc | Silvan Jegen | |
2016-09-12 | Deal with nested elements better | Silvan Jegen | |
Occasionally there are nested elements in the article-title. Using this check we mostly succeed in dealing with those cases. | |||
2016-09-12 | Make sure we are printing the right tag | Silvan Jegen | |
We have to check that we are in the title-group tag before getting the tag's contents. | |||
2016-09-08 | Print the article-title | Silvan Jegen | |
For some reason the article-title tags get never closed. Instead of checking the name of the closed element name, we just check if we are in the element we are searching for or not. As long as the element whose content we want to print does not have any nested elements itself this approach works as well. | |||
2016-09-08 | Allocate buffer struct the right way | Silvan Jegen | |
2016-09-08 | Move parser init out of the parsing loop | Silvan Jegen | |
2016-09-08 | Implement first version of parsing | Silvan Jegen | |
2016-09-06 | Add the yxml library test program | Silvan Jegen | |
2016-09-06 | Use more variables in Makefile | Silvan Jegen | |
2016-09-06 | Check for NULL | Silvan Jegen | |
2016-09-06 | Add debug build for ezxml | Silvan Jegen | |
2016-09-05 | Add file name to error output | Silvan Jegen | |
2016-09-05 | Change output | Silvan Jegen | |
2016-09-05 | Print errors to stderr | Silvan Jegen | |
2016-09-05 | Print titles | Silvan Jegen | |
2016-09-04 | Specify the complete path | Silvan Jegen | |
2016-09-04 | Ignore program name | Silvan Jegen | |
2016-09-04 | Refactor Makefile | Silvan Jegen | |
2016-09-04 | Add the .c file | Silvan Jegen | |
2016-09-04 | Add dependency for ezxml | Silvan Jegen | |
2016-09-04 | Add the ezxmllib for testing | Silvan Jegen | |
2016-09-01 | Get Text node | Silvan Jegen | |
2016-09-01 | Walk the nodes | Silvan Jegen | |
2016-09-01 | Use Wall because we're not crazy | Silvan Jegen | |
2016-09-01 | Implement first version of the processing function | Silvan Jegen | |
2016-09-01 | Add debug build | Silvan Jegen | |
2016-08-30 | Initial commit | Silvan Jegen | |