Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | Make sure to get text in sub-elementsHEADmaster | Silvan Jegen | |
We use the simpler API offered by the Go standard library to extract the article titles. I could not find another way to make sure I get the nested sub-elements. | |||
2016-12-01 | Get the text in sub-elements as well | Silvan Jegen | |
2016-09-24 | Add license | Silvan Jegen | |
2016-09-24 | Make the path static | Silvan Jegen | |
That way it should only be initialized once and then reused. | |||
2016-09-24 | Return on error | Silvan Jegen | |
2016-09-19 | Let's not repeat ourselves too much | Silvan Jegen | |
2016-09-18 | Fix library name | Silvan Jegen | |
2016-09-18 | Add Bugs section | Silvan Jegen | |
2016-09-18 | Add a dash to the output | Silvan Jegen | |
2016-09-17 | Convert the times and get the statistics with R | Silvan Jegen | |
2016-09-17 | Update README | Silvan Jegen | |
2016-09-16 | Get rid of unneeded characters in the measurements | Silvan Jegen | |
2016-09-16 | Add link to README | Silvan Jegen | |
2016-09-16 | Add README | Silvan Jegen | |
2016-09-16 | Remove commented-out code | Silvan Jegen | |
2016-09-16 | We don't need the "body" element after all | Silvan Jegen | |
But we *do* need to free the memory. | |||
2016-09-15 | Repeat the runs 10 times | Silvan Jegen | |
We also only print the 'real' time. | |||
2016-09-15 | Add benchmarking scripts and benchmarking subset | Silvan Jegen | |
2016-09-15 | Don't print the section title | Silvan Jegen | |
2016-09-13 | Update clean target | Silvan Jegen | |
2016-09-13 | Add pyeletree.py | Silvan Jegen | |
2016-09-13 | The struct is already called 'article' | Silvan Jegen | |
2016-09-13 | Add goencxml | Silvan Jegen | |
2016-09-13 | We don't need to check if there is a space or not | Silvan Jegen | |
2016-09-13 | Remove unneeded code | Silvan Jegen | |
2016-09-13 | Fix mxml program | Silvan Jegen | |
Now I figured out how to print all text fragments. | |||
2016-09-12 | Print article-title text | Silvan Jegen | |
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 | |