How to pass parameter --validate=false to the DITA-OT? | Community
Skip to main content
FrankRalf
Level 2
April 25, 2023
Solved

How to pass parameter --validate=false to the DITA-OT?

  • April 25, 2023
  • 1 reply
  • 1083 views

Hello,

I want to set the DITA Open Toolkit parameter "validate" to "false" during PDF generation. How can I accomplish this in the PDF output preset?

I have tried setting DITA-OT Command Line Arguments to --validate=false but get an error because the output preset generates the output via Ant instead of the command line.

Best regards,

Frank 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by syeshin1

Have you tried using -Dvalidate=false in the command line argument field? 

1 reply

syeshin1Accepted solution
Level 2
July 7, 2023

Have you tried using -Dvalidate=false in the command line argument field? 

FrankRalf
FrankRalfAuthor
Level 2
July 10, 2023

Thanks for the pointer. A colleague had already given me that hint and it worked fine.