summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-29Propagate completion of choice sub-termPeter A. Bigot1-6/+5
2010-05-29First pass at choicePeter A. Bigot1-8/+59
2010-05-29Revert to old exception to allow unit tests to passPeter A. Bigot1-1/+4
2010-05-29Handle values that appear as DOM nodesPeter A. Bigot1-2/+8
2010-05-29Validate attributes along with content in post-DOMPeter A. Bigot1-0/+1
2010-05-29Fix like a87e2c7 but applying to validationPeter A. Bigot1-5/+5
2010-05-29Reset term state when particle increments.Peter A. Bigot2-11/+16
2010-05-29Prefer post-DOM validation when content came from DOMPeter A. Bigot1-6/+11
2010-05-29Do not re-verify term if count already acceptablePeter A. Bigot1-1/+2
2010-05-29Rework post-state validation to provide more useful error messages (with cont...Peter A. Bigot2-1/+35
2010-05-29Allow for the same elt to be accepted by adjacent sequences if the first has ...Peter A. Bigot1-2/+6
2010-05-29Correct processing of new return value formatPeter A. Bigot1-1/+2
2010-05-29Use alternative post-assignment validation, remove unnecessary codePeter A. Bigot2-23/+1
2010-05-29First pass at checking for valid terminal conditionPeter A. Bigot1-0/+23
2010-05-29More documentationPeter A. Bigot2-2/+42
2010-05-29Document new content model support infrastructurePeter A. Bigot1-48/+98
2010-05-29Fix problem with collision on first uniqued id (ends with underscore)Peter A. Bigot1-3/+6
2010-05-29Remove old state garbage; support wildcardsPeter A. Bigot1-74/+5
2010-05-29Another complete reworkPeter A. Bigot1-50/+83
2010-05-29Checkpoint before reworkPeter A. Bigot1-9/+12
2010-05-29Adapt ignore list to new subdir struct in ooxml examplesThorsten Behrens1-4/+3
2010-05-29Enable not only wml, but also dml and sml. all into subdirs nowThorsten Behrens1-45/+66
2010-05-29The old cyclic dependency removal hack - uglyThorsten Behrens1-2/+4
2010-05-28Detect final state for particlesPeter A. Bigot1-0/+3
2010-05-28Even better loop detectionPeter A. Bigot1-6/+4
2010-05-28Implement wildcard matching and validationPeter A. Bigot1-2/+17
2010-05-28Symbol set entry for wildcards must be destroyable list, not reference to ins...Peter A. Bigot1-1/+1
2010-05-28Clean up loop detectionPeter A. Bigot1-31/+45
2010-05-28Attempt to detect multi-level failure loopsPeter A. Bigot1-11/+40
2010-05-28Basic validation on wildcardsPeter A. Bigot1-2/+7
2010-05-28Empty sequences accept no contentPeter A. Bigot1-0/+2
2010-05-28Remove old content modelPeter A. Bigot1-586/+0
2010-05-28Cosmetic cleanupPeter A. Bigot1-4/+8
2010-05-28Update content model for anyTypePeter A. Bigot1-5/+3
2010-05-28Fix various minor problems.Peter A. Bigot1-5/+11
2010-05-28Apparently functioning sequence validatePeter A. Bigot2-9/+65
2010-05-28Denote element number in contentPeter A. Bigot1-1/+3
2010-05-28And switching to ooxml transitionalThorsten Behrens13-7/+5320
2010-05-28Apparently working sequencePeter A. Bigot2-6/+57
2010-05-28Using the 2008 schema files instead. no end of namespace mismatches otherwise.Thorsten Behrens21-16819/+53131
2010-05-28Added proper opc-support to dumpsampleThorsten Behrens1-19/+332
2010-05-28New state modesPeter A. Bigot2-57/+73
2010-05-28Test program, confirms parse time is exponential in lengthPeter A. Bigot1-0/+47
2010-05-28Next stub stepPeter A. Bigot2-6/+36
2010-05-28Stub new content model generationPeter A. Bigot1-45/+34
2010-05-28Improve handling of identifiers that must be unique in contextPeter A. Bigot1-12/+4
2010-05-27Directly return iterable nodes from generatorThorsten Behrens3-20/+16
2010-05-27we really needed a gitignore here, with all the crap in-treeThorsten Behrens1-0/+60
2010-05-27Fix permissions on test scriptPeter A. Bigot1-0/+0
2010-05-27Correct parameter to set constructorPeter A. Bigot4-1/+27