summaryrefslogtreecommitdiff
path: root/yxml-states
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Fix parsing of PIs that start with xmlYorhel1-19/+22
2014-02-26Copyright year bumpYorhel1-1/+1
2013-09-26API: Split YXML_DATA for content/pi/attr + remove start-of-content tokenYorhel1-10/+10
2013-09-24Fix returning of ']' chars within CDATA + de-generalized ?-in-PIYorhel1-8/+5
2013-09-24Fix returning of extra '?' in processing instruction dataYorhel1-2/+2
2013-09-24Consistent naming: s/setdata/dataset/ and s/setattrval/attrvalset/Yorhel1-7/+7
2013-09-23Fixed one bug with CDATA and found another + added attr/content testsYorhel1-1/+4
2013-09-23Fix minor bug in comment parsing + add some tests for commentsYorhel1-4/+3
2013-09-23Pass PIs to the application + verify that PI name isn't /xml/iYorhel1-7/+6
2013-09-22Fix parsing of XML declaration without encoding but with standaloneYorhel1-1/+1
2013-09-22Fix segfault when a PI is given before an XML declarationYorhel1-1/+1
2013-09-22Improve parsing of doctype declarationsYorhel1-6/+15
2013-09-21Add 'misc3' state to handle 'Misc' data after the root element closedYorhel1-7/+13
2013-09-21Remove 'retmisc' hack + implement state remembering in state machineYorhel1-9/+17
2013-09-05Rename some YXML_ tokens for consistency + add token for end-of-attrYorhel1-3/+3
2013-09-04Use the stack buffer for attribute namesYorhel1-1/+1
2013-09-04Normalize white space in attribute value dataYorhel1-1/+1
2013-09-02Add special string-consuming stateYorhel1-77/+40
2013-09-02Add support for <![CDATA[ sections ]]>Yorhel1-9/+20
2013-09-02Allow absent XMLDecl, support PI and element contents, +hack for DTDYorhel1-39/+75
2013-09-02Initial commitYorhel1-0/+144