summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-12Make sure we are printing the right tagSilvan Jegen
We have to check that we are in the title-group tag before getting the tag's contents.
2016-09-08Print the article-titleSilvan 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-08Allocate buffer struct the right waySilvan Jegen
2016-09-08Move parser init out of the parsing loopSilvan Jegen
2016-09-08Implement first version of parsingSilvan Jegen
2016-09-06Add the yxml library test programSilvan Jegen
2016-09-06Use more variables in MakefileSilvan Jegen
2016-09-06Check for NULLSilvan Jegen
2016-09-06Add debug build for ezxmlSilvan Jegen
2016-09-05Add file name to error outputSilvan Jegen
2016-09-05Change outputSilvan Jegen
2016-09-05Print errors to stderrSilvan Jegen
2016-09-05Print titlesSilvan Jegen
2016-09-04Specify the complete pathSilvan Jegen
2016-09-04Ignore program nameSilvan Jegen
2016-09-04Refactor MakefileSilvan Jegen
2016-09-04Add the .c fileSilvan Jegen
2016-09-04Add dependency for ezxmlSilvan Jegen
2016-09-04Add the ezxmllib for testingSilvan Jegen
2016-09-01Get Text nodeSilvan Jegen
2016-09-01Walk the nodesSilvan Jegen
2016-09-01Use Wall because we're not crazySilvan Jegen
2016-09-01Implement first version of the processing functionSilvan Jegen
2016-09-01Add debug buildSilvan Jegen
2016-08-30Initial commitSilvan Jegen