Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in generating the XML #5

Open
timstawowski opened this issue Feb 18, 2019 · 0 comments
Open

Bug in generating the XML #5

timstawowski opened this issue Feb 18, 2019 · 0 comments

Comments

@timstawowski
Copy link

In src/Model/DecisionTable.php on the getDomDocument() method there is a typo: dmn11.xsd

...->loadXML(
            '<?xml version="1.0" encoding="UTF-8"?>' .
            '<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" id="definitions" name="definitions" namespace="http://camunda.org/schema/1.0/dmn">' .
                '<decision id="' . $this->definitionKey . '" name="' . $this->name . '">' .

The XML causes an error if I try to open the downloaded file in the camunda-modeler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant