Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |