Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
all
Description
Currently there is a lot of structural overhead in the compilation step. The BOM only gets in the way of supporting extension activities. Every extension requires a modification to the BOM, the BOM IMPL, the parser and the compiler. This can be drastically simplified by parsing into a standard W3C DOM, and eliminating the BOM abstraction.