AntennaHouse / focheck

XSL-FO validation using RELAX NG and Schematron.
Apache License 2.0
31 stars 7 forks source link

Error in Schematron for XSL-FO containing table #41

Closed raducoravu closed 4 years ago

raducoravu commented 4 years ago

The problem was reported here:

https://www.oxygenxml.com/forum/viewtopic.php?p=57350#p57350 I'm attaching a sample XSL-FO file, validating it yelds:

   An empty sequence is not allowed as the first argument of ahf:parser-runner()

sample.zip

tgraham-antenna commented 4 years ago

Included in focheck 0.7.5.

raducoravu commented 4 years ago

Thanks @tgraham-antenna

jocrow commented 4 years ago

validation issues resolved and confirmed in focheck 0.7.5.

however, installing the add-on update in oXygen 22.0 fails due to incorrect :

should be

IDE-add-on-issues corrective_IDE-add-on-issues

Best, Jocrow

tgraham-antenna commented 4 years ago

I fixed this without commenting on it, sorry.

The file defining the oXygen add-on is generated automatically, and it always includes the v in the URL.

The tag on the GitHub repository is created manually and is sometimes subject to human error. The tag should always start with v.

There is probably a GitHub API that I could use to automate making the releases, but I haven't looked into it.