Skip to content

XML namespaces are not observed #188

@edkilday

Description

@edkilday

If the ACT xml file contains a namespace other than the default and an attribute has the same name the compiler generates using the last value. For example,

<enum name="Foo">
  <option name="Bar" ns:name="Bob"

...generates...

enum Foo {
  Bob = 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions