Releases: AntennaHouse/focheck
Releases · AntennaHouse/focheck
focheck 0.2.1
- Reporting empty properties as warnings. (#13)
- There must be at least one
fo:page-sequence
descendant offo:root
. - Allowing non-XSL elements inside
fo:declarations
. - Not putting date in generated files.
- Schematron for
language
. (#9) - Property comments includes URL
- More repeating of whole attribute first in Schematron messages so the context is more obvious.
focheck 0.2.0
- Requiring property attributes for which a value is required.
- Schema checking of
<id>
and<idref>
datatypes. - Schema checking of
xml:lang
value. - Improved Schematron checking of
fo:footnote
.
focheck 0.1.0
- Handling
max-height
,max-width
,min-height
, andmin-width
, including onfo:block
. (re #6) top
,right
,bottom
andleft
are also 'relative position' properties. (re #7)- 'Neutral' FOs now alternatives to defined content, not just interleaved with defined content. (re #8)
fo:wrapper
can havefo:marker
- Three variations on
fo:wrapper
in schema sincefo:wrapper
allows only what its parent FO allows. - Improved enumeration token message (re #9) and other generated messages/comments.
- Reporting
fo:float
orfo:footnote
as descendant offo:float
orfo:footnote
. - Changed name of Zip archive for oXygen framework releases to 'focheck-framework-*.zip'.
focheck 0.0.12
- Generating documentation comments for inherited Antenna House extension properties. (#3)
focheck 0.0.11
- Added
@axf:outline-expand
,@axf:outline-group
,@axf:outline-level
,@axf:outline-title
,@axf:outline-color
,@axf:outline-font-style
, and@axf:outline-font-weight
. (#5) - Added (or uncommented) rules for
fo:retrieve-table-marker
,@number-columns-spanned
, and@column-width
.
focheck 0.0.10
- Added
build-focheck.xml
withvalidate
target for validating an FO file using both Relax NG and Schematron. - No substantive changes to schema or Schematron.
focheck 0.0.9
- Not parsing either 'id' or 'role' as expressions.
- Accepting any integer for 'font-weight'.
- Handling more Antenna House extensions.
- AH Formatter allows percentage as 'font-stretch' value.
- Generating XSD files as part of 'build' target.
focheck 0.0.8
- Added more Antenna House extensions..
- Git repository includes XSD version of schema.
focheck 0.0.7
- Using correct REx-generated parser XSLT file.
focheck 0.0.6
Initial public release.