Looking for a pragmatic XML-Document Builder Design -
we have create numerous xml-documents, satisfying huge xml-schema. documents vary in size , structure. basic documents contain 10 elements there complex documents hundreds of elements, repetition, optional branches, etc. looking way design lightweight abstraction building documents , filling data business models. abstraction not need validate resulting document , not need assert invariants.
is there basic technology, xslt, helps creating documents? not able spend lot of time build full fleged oo-abstraction/builder, looking pragmatic, least effort solution aid in constructing these documents.
general ideas welcomed. our environment supports full oop no fp :/
may lightweight markup/template engine yaml or haml may useful purposes? there lots of implementations in many programming languages them , many text editors support highlightning syntax.
Comments
Post a Comment