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

Commits on Jul 18, 2018

  1. Implement file not found for XIncludes

    * 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 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    d48f5ce View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Rewrite to support lxml v3.6.1

    Problem was a decorator which is only supported in lxml >v4.
    This works on docserv (Leap 42.3) now.
    tomschr committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    b47082a View commit details
    Browse the repository at this point in the history