Ticket #53 (new enhancement)

Opened 6 months ago

Automatic DOM tree population and validation

Reported by: MartinLeidig Assigned to: MartinLeidig
Priority: major Milestone: 1.0.0
Component: Core (general) Version:
Keywords: requirements_paper_20080521 Cc:

Description

ContextResources shouldn't programmatically insert data into the result tree. Instead the framework should automatically serialize data objects. Thus it should be possible to create a XML schema definition, which describes the expected tree and can be used to validate the XPath expressions working on the tree. The ContextResource interface should be marked as deprecated.

The Pustefix editor should be extended to validate XPath expressions against the XML schema describing the result tree. It also should ensure that for each input element an according IWrapper attribute is exisiting.

Pustefix already supports automatic data object serialization and the ContextResource interface is deprecated (see #25).