summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-13Update clean targetSilvan Jegen
2016-09-13Add pyeletree.pySilvan Jegen
2016-09-13The struct is already called 'article'Silvan Jegen
2016-09-13Add goencxmlSilvan Jegen
2016-09-13We don't need to check if there is a space or notSilvan Jegen
2016-09-13Remove unneeded codeSilvan Jegen
2016-09-13Fix mxml programSilvan Jegen
Now I figured out how to print all text fragments.
2016-09-12Print article-title textSilvan Jegen
2016-09-12Start parsing filesSilvan Jegen
And also deal with memory while doing it.
2016-09-12Add sxmlcSilvan Jegen
2016-09-12Deal with nested elements betterSilvan Jegen
Occasionally there are nested elements in the article-title. Using this check we mostly succeed in dealing with those cases.
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