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

xsl_transform should not return a bogus XmlObject when result is an empty document #6

Closed
rlskoeser opened this issue Jan 28, 2013 · 1 comment
Assignees

Comments

@rlskoeser
Copy link
Contributor

Currently it returns an XmlObject which will behave unexpectedly because it doesn't actually have an xml root node.

We should log a warning in addition to returning None, so it is more obvious what happened.

@ghost ghost assigned rlskoeser Jan 28, 2013
@rlskoeser
Copy link
Contributor Author

Fixed in d93e2c4

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