3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Apr 17, 2024 — Apr 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Give warning (and don’t process) an sch:assert or sch:report that is directly in a constraint, without an sch:rule. More... 3 months ago
Tiny things: Minor bug-fix in call to makePatternID(), and re-generated an expected result (as IDs have changed). More... 3 months ago
More fixes. Mainly I re-worked a large for-each to use apply-templates. Much better. Also added code to handle queryBinding=. More... 3 months ago
Fixed some bugs, still more to go: * Yup, @joeytakeda’s version was right, need the “//” on the exception to avoid processing twice. * Removed entire “declarations:” block, as everything is already processed elsewhere. * Improved pattern name creation (in case there is no ancestor with ident=, but there is one with xml:id=, take that; if not, and if in constraintDecl, just say so). * Don’t process sch:ns elements in constraintDecl twice. HOWEVER, I am comitting this now as I have just decided to re-write the main "/key('CONSTRAINTs', )" loop, as it is giving me trouble, and probably should be an apply- templates, anyway. More... 3 months ago
Fix a bug that I introduced initially (caught by @joeytakeda), but also re-work how constraint declaration processing is handled altogether. More... 3 months ago
Fix omission rapidly found by @joeytakeda — process other contents of encodingDesc, too More... 3 months ago
Big changes: Merge constraintDecls from both customization ODD and base ODD into compiled output ODD, and extract from the resulting constraintDecls. More... 3 months ago
Bug fix: the warning message very clearly says that if there is more than one declared namespace with the same URI, only the prefix of the 1st is used. But the code didn’t actually **do** that. It tried to use both, and thus failed miserably. More... 3 months ago
Merge pull request #721 from TEIC/gusr_717 More... 3 months ago
Updated P5 subset More... 3 months ago
improved image scaling in PDF More... 3 months ago
Change how Makefile’s doc: target *looks* (#716) More... 4 months ago
Fix #723: Added a small conditional block to the template that matches the ab element that converts type= and subtype= to class=, if they are present. This is not, IMHO, the rigth way to do this, but it better matches the rest of the Stylesheets. More... 4 months ago
Stylesheets group figured out how to process constraintDecl when processing the Schematron that goes into RELAX NG output. Still no tests. More... 4 months ago
Stylesheets group figured out how to process constraintDecl when processing the Schematron that goes into RELAX NG output. Still no tests. More... 4 months ago
Modifying test2 to fit new results More... 4 months ago
Modified tests to include normalized whitespace for gloss More... 4 months ago
Added normalize-space to gloss value More... 4 months ago
Merge pull request #707 from TEIC/sydb_also_extract_und_mul_and_zxx More... 5 months ago
Whatever dev has, put here More... 5 months ago
Merge pull request #714 from TEIC/sydb_598 More... 5 months ago
fix for #712 More... 5 months ago
Remove last vestigages of using altIdent element for FPI More... 5 months ago
complete merge of dev into this branch More... 5 months ago
updated p5 subset More... 5 months ago
Merge pull request #709 from TEIC/jsonrng More... 5 months ago
more test fixes More... 6 months ago
updated test again More... 6 months ago
updated test More... 6 months ago
passing rng declarations through to a JSON object as string literal More... 6 months ago