Opened 15 years ago
Closed 15 years ago
#319 closed defect (fixed)
Add Support for Multiple Inheritance to XML Schema
| Reported by: | stachnik | Owned by: | stachnik |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | XML | Version: | |
| Keywords: | Cc: |
Description
The current structure of the XML schema does not allow for multiple inheritance. While most AST nodes can be generated without this a few, such GlobalVariableDeclarationNodes, can't appear in all the places they need to without inheriting from more than one parent node.
Note:
See TracTickets
for help on using tickets.

The new parser generator handles this with wrapper nodes where necessary.