Fixed whitespace and list items

This commit is contained in:
Willem Cazander 2024-12-27 11:08:15 +01:00
parent c3ef136f24
commit 7f0d942b2a

View file

@ -16,40 +16,39 @@ X4O is very old code from pre 1.5 non-generics nice object java.
## OLD todo ## OLD todo
-- Fix debug output - Fix debug output
-- RM function methods from Element interface. - RM function methods from Element interface
- finish eld doc-output content. - finish eld doc-output content
- Make generic/safe? config bean. - Make generic/safe? config bean
- Make language config done by driver xml parser. - - Make language config done by driver xml parser
- change (internal) x4o language to "x4o-" prefix so; x4o-cel,x4o-eld,x4o-meta - change (internal) x4o language to "x4o-" prefix so; x4o-cel,x4o-eld,x4o-meta
- Add language locking, and lock eld/cel and add <lang>-eld wrap language for eld extentions per language. - Add language locking, and lock eld/cel and add <lang>-eld wrap language for eld extentions per language
- Add doc version upgrade handler
- Add doc version upgrade handler; - - per version step xslt doc upgrade (check dyna sax piplining hooking)
- per version step xslt doc upgrade (check dyna sax piplining hooking) - - per version eld + support code + backing objects (DONE)
- per version eld + support code + backing objects (DONE) - - per version eld for dyna tree convert to new backing objects
- per version eld for dyna tree convert to new backing objects. - Add *Local layer for X4OLanguage* classes
- Add *Local layer for X4OLanguage* classes.
- Add default define (EL) layer - Add default define (EL) layer
- Bring back xml read+write streaming language support. - Bring back xml read+write streaming language support
- static field constant converter - static field constant converter
- add default list and map converter/handler - add default list and map converter/handler
- full Xinclude test - full Xinclude test
- move loading back into sax phase so version can readout on root tag. - move loading back into sax phase so version can readout on root tag
- tag aliases - tag aliases
- <lang>-el-beans.xml loading - [lang]-el-beans.xml loading
- Add XML schema tags to ELD - Add XML schema tags to ELD
- Auto generate schemas from eld - Auto generate schemas from eld
- Basic editor support - Basic editor support
- Make converter config/loading better - Make converter config/loading better
- Single xsd output - Single xsd output
- class dtd entity loading - class dtd entity loadings
- new ns for entity catalog for class resource - new ns for entity catalog for class resource
- Add w3c html namespace in eld for description tag - Add w3c html namespace in eld for description tag
- move Boolean default from code to xml + conf. - move Boolean default from code to xml + conf
### OLD IDEAS ### OLD IDEAS
- add mini xslt parse on top of streaming api. - add mini xslt parse on top of streaming api
- add support javax.xml.xpath for xpath support - add support javax.xml.xpath for xpath support
- add java.script support - add java.script support
- event listeners on all DOM tree element operations - event listeners on all DOM tree element operations
@ -70,57 +69,54 @@ test v2;
- doc eld and x4o lang files - doc eld and x4o lang files
### OLD v1 todo CODE ### OLD v1 todo CODE
- Add (super) tag for extending tags of other namespace - Add (super) tag for extending tags of other namespace
- XMLOverrideEvent - XMLOverrideEvent
- inboud sax parser !! - - inboud sax parser !!
- input stream output converter :) - - input stream output converter :)
- eld static method binding for EL - eld static method binding for EL
- (50%) converters - (50%) converters
- more junit tests - more junit tests
- multi and overrides in namespaces - - multi and overrides in namespaces
- localoverride - - localoverride
- (DONE) multi phase parsing - (DONE) multi phase parsing
- for loop support - - for loop support
- templateing. - - templateing.
- merging of object tree's - - merging of object tree's
- sax with all x4o feutures like templating - - sax with all x4o feutures like templating
- x4o:include option - x4o:include option
- Xinclude option - - Xinclude option
- SAX events as input source - - SAX events as input source
- (70%) XML debug output - (70%) XML debug output
## OLD versions ## OLD versions
Version 0.8.7: Version 0.8.7:
- Created jdk7(CSS) javadoc compatible documentation. - Created jdk7(CSS) javadoc compatible documentation
- Create language task api and converted the current tasks. - Create language task api and converted the current tasks
- Renamed X4OLanguageContext to X4OLanguageSession. - Renamed X4OLanguageContext to X4OLanguageSession
- Renamed ElementNamespaceContext to ElementNamespace. - Renamed ElementNamespaceContext to ElementNamespace
- Removed binding handler from element interface. - Removed binding handler from element interface
- Refactored all property keys with PropertyConfig bean. - Refactored all property keys with PropertyConfig bean
- Change global attr to namespace attributes. - Change global attr to namespace attributes
- Updated ant/maven plugins to new task and properties. - Updated ant/maven plugins to new task and properties
- Added options to xml writer like OUTPUT_LINE_BREAK_WIDTH. - Added options to xml writer like OUTPUT_LINE_BREAK_WIDTH
Version 0.8.6: Version 0.8.6:
- Changed to X4ODriver interface. - Changed to X4ODriver interface
- Added (simple) write support - Added (simple) write support
- Added ant and maven plugins - Added ant and maven plugins
Version 0.8.5: Version 0.8.5:
- Made module loading system. - Made module loading system
- Added eld to schema generator. - Added eld to schema generator
- Added eld to html generator. - Added eld to html generator
- Cleaned xml uri nameing. - Cleaned xml uri nameing
- refactored ELD tag names. - refactored ELD tag names
- Made elddoc ~working. - Made elddoc ~working
- Changed phase enum to text phases. - Changed phase enum to text phases
Version 0.8.0: Version 0.8.0:
- Changed packages to org.x4o - Changed packages to org.x4o
- Made converter two way - Made converter two way
- Added debug writer - Added debug writer