Community
Participate
Working Groups
Dali needs to add validation and content assist support for XmlPath.
Basic validation has been added for M5. More importantly, when XmlPath is specified, validation is not performed for XmlElement/XmlAttribute name and namespace.
The following validation was committed for M6: XmlPath - unspecified xpath string - xpath string starting with root delimiter - invalid (unparseable) xpath - self (".") step not first step - unresolved namespace prefix - unresolved element or attribute - attribute not last step - text step not last step XmlPaths - number of XmlElements not equal to number of XmlPaths