summaryrefslogtreecommitdiff
path: root/libpiano/xml.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-17lib: Move sources to srcLars-Dominik Braun1-547/+0
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun1-28/+0
2008-06-17lib: Lonely curNode is now at home...Lars-Dominik Braun1-1/+1
2008-06-17More error handling.Lars-Dominik Braun1-22/+108
Now we can parse and handle pandora's <fault> messages and abort the parsing process. Some more fault type should be added, as well as more client support for those errors.
2008-06-16lib: Some documentation updatesLars-Dominik Braun1-7/+18
2008-06-14Finally implemented "create station"Lars-Dominik Braun1-0/+28
This may be a bit buggy, because no return values are checked or returned. A big cleanup session is waiting...
2008-06-13Hopefully fixed wrong libxml2 usageLars-Dominik Braun1-5/+0
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser)
2008-06-13lib: Generic xml document initLars-Dominik Braun1-31/+28
2008-06-13lib: Generic get text from node functionLars-Dominik Braun1-39/+23
2008-06-12lib: Misc header fixesLars-Dominik Braun1-0/+1
2008-06-12lib: Misc documentation fixesLars-Dominik Braun1-3/+9
2008-06-12lib: Missed one strcmp while revertingLars-Dominik Braun1-1/+1
2008-06-12Revert "Replaced strcmp with xmlStrEqual"Lars-Dominik Braun1-13/+13
This reverts commit 305a4ba4885038f05444b9a7e8664c6ff67b66e2. Throws out too many warnings...
2008-06-12lib: Initial music search implementationLars-Dominik Braun1-0/+114
2008-06-10Add xml encode functionLars-Dominik Braun1-0/+38
Could be tuned, but was the only one I found on my harddisk. Originally written for shell-fm.
2008-06-10Rename PianoXmlParseRate to -Simple. Other calls return a similar xml documentLars-Dominik Braun1-2/+4
2008-06-10Fix PianoXmlParseRate return value on xml parser errorLars-Dominik Braun1-1/+1
2008-06-10Replaced strcmp with xmlStrEqualLars-Dominik Braun1-13/+13
We're dealing with data from libxml2, so use its functions.
2008-06-10Get rating from playlistLars-Dominik Braun1-0/+6
2008-06-10Return success/error in PianoRateTrackLars-Dominik Braun1-0/+29
2008-06-10Added missing files to repoLars-Dominik Braun1-0/+278