| Summary: | Implement XML support for Javascript generation | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Joseph Vincens <jvincens> |
| Component: | EDT | Assignee: | Joseph Vincens <jvincens> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | lasher, mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Joseph Vincens
There is a need to convert from parts to XML and from XML to parts. We must support XSD Anytype. To do this the Javascript will need to contains a map from XML namespace to EGL Javascript type. Each deployable entity should contain it's own map. The map will contain a list QNames (XML namespace/name) to the EGL part that the xml represents. Our parsing algorithm will use th emap to instaniate and populate the correct EGL part. rolling forward from I10 to I11 implemented implemented |