Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • XSweet XSweet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XSweet
  • XSweetXSweet
  • Issues
  • #155

Closed
Open
Created Aug 11, 2018 by Bruno Herfst@GitBruno💬

Force use the supplied XSLT 2 processor?

Hey guys, I noticed that XSweets is using my XSLT 3.0 processor instead of the XSLT 2 that is supplied in the Lib folder. Any idea how I can force the supplied processor?

# SaxonHE (XSLT 2.0 processor) is included with this distribution
saxonHE="java -jar ${PATH_2_XSWEET}/lib/SaxonHE9-8-0-1J/saxon9he.jar"

$saxonHE -xsl:$EXTRACT -s:$P/$DOCNAME/word/document.xml -o:$P_OUT/$BOOKNAME/$DOCNAME-1EXTRACTED.xhtml

Running this, I get the following warning:

Warning at xsl:stylesheet on line 9 column 34 of mark-lists.xsl:
  Running an XSLT 2.0 stylesheet with an XSLT 3.0 processor
Warning at xsl:stylesheet on line 8 column 34 of itemize-lists.xsl:
  Running an XSLT 2.0 stylesheet with an XSLT 3.0 processor
Assignee
Assign to
Time tracking