Ticket #53 (new enhancement)

Opened 4 years ago

Last modified 10 months ago

Automatic DOM tree population and validation

Reported by: MartinLeidig Owned by: MartinLeidig
Priority: major Milestone:
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).

Change History

Changed 2 years ago by MartinLeidig

  • milestone changed from 1.0.0 to 1.2.0

generating an XML schema definiton by the object serialization mechanism is possible, but makes only sense if the schema is used somewhere (don't think the editor extension is realizable, perhaps we could use the schema for testing)

Changed 10 months ago by MartinLeidig

  • milestone 1.2.0 deleted

Milestone 1.2.0 deleted

Note: See TracTickets for help on using tickets.