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

Implement file not found for XIncludes #462

Merged
merged 2 commits into from Jul 24, 2018
Merged

Conversation

tomschr
Copy link
Collaborator

@tomschr tomschr commented Jul 18, 2018

  • Add new option -W/--warnings-as-errors to turn any warnings about missing files into errors
  • Integrate new xinclude.xsl stylesheets which handles manual resolution of XInclude elements
  • Introduce two new Python extension functions: s:exists and s:abspath. Both are basically mappend to os.path.exists and os.path.abspath

* Add new option -W/--warnings-as-errors to turn any warnings
  about missing files into errors
* Integrate new xinclude.xsl stylesheets which handles manual
  resolution of XInclude elements
* Introduce two new Python extension functions: s:exists and s:abspath.
  Both are basically mappend to os.path.exists and os.path.abspath
@tomschr tomschr self-assigned this Jul 18, 2018
Problem was a decorator which is only supported in lxml >v4.
This works on docserv (Leap 42.3) now.
@tomschr tomschr merged commit e80ff3d into develop Jul 24, 2018
@tomschr tomschr deleted the feature/daps-xmlwellformed-0 branch July 24, 2018 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant