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

execution output api: xml content problems #259

Closed
gschueler opened this issue Jan 2, 2013 · 0 comments
Closed

execution output api: xml content problems #259

gschueler opened this issue Jan 2, 2013 · 0 comments
Labels
Milestone

Comments

@gschueler
Copy link
Member

The output of the XML format for the execution output API has a few issues:

  1. the default XML differs. If you specify format parameter than if you specify xml formatting with a ".xml" extension or format=xml parameter.
  • <entries> should contain <entry>, but instead contains multiple <entries>
  • each entry contains a 'log' attribute with the log line, instead of the tag content containing the text
  1. when the entry tag contains the log output, then whitespaces in log lines are lost

the api should be fixed to provide a consistent format, and to preserve whitespace in the log lines.

proposal: fix the formatting differences bug, and fix xml output to preserver whitespace for API v6, but maintain old behavior for v5

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

No branches or pull requests

1 participant