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

Entity name in generated XML #25

Closed
MERZAK-X opened this issue May 11, 2020 · 1 comment · Fixed by #34
Closed

Entity name in generated XML #25

MERZAK-X opened this issue May 11, 2020 · 1 comment · Fixed by #34
Assignees
Labels
bug Something isn't working enhancement New feature or request
Projects

Comments

@MERZAK-X
Copy link
Owner

The generated xml document contains data as following, the <XmlDocument> tag should be replaced with the name of the objects inside the document.

<?xml version="1.0" standalone="yes"?>
<DocumentElement>
-  <XmlDocument>
    <id>1</id>
    <name>TEST</name>
-  </XmlDocument>
<?xml version="1.0" standalone="yes"?>
<DocumentElement>
+ <user>
    <id>1</id>
    <name>TEST</name>
+ </user>
</DocumentElement>
@MERZAK-X MERZAK-X added the enhancement New feature or request label May 11, 2020
@MERZAK-X MERZAK-X added this to the Project Deadline milestone May 11, 2020
@MERZAK-X MERZAK-X self-assigned this May 11, 2020
@MERZAK-X
Copy link
Owner Author

This issue #25 only affects newly created Xml documents.

@MERZAK-X MERZAK-X changed the title Generated XML Entity name in generated XML May 14, 2020
@MERZAK-X MERZAK-X added the bug Something isn't working label May 15, 2020
MERZAK-X added a commit that referenced this issue May 15, 2020
MERZAK-X added a commit that referenced this issue May 15, 2020
@MERZAK-X MERZAK-X added this to Done in SimpleXML May 16, 2020
MERZAK-X added a commit that referenced this issue May 19, 2020
@MERZAK-X MERZAK-X reopened this May 21, 2020
SimpleXML automation moved this from Done to In progress May 21, 2020
MERZAK-X added a commit that referenced this issue May 21, 2020
SimpleXML automation moved this from In progress to Done May 24, 2020
@MERZAK-X MERZAK-X linked a pull request May 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
SimpleXML
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant