Skip to content

Commit

Permalink
Releasing ahfsettings 7.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraham-antenna committed Oct 27, 2022
1 parent 5c2c489 commit 15fb0da
Show file tree
Hide file tree
Showing 5 changed files with 1,179 additions and 662 deletions.
4 changes: 2 additions & 2 deletions add-on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
<xt:extension id="ahfsettings">
<xt:location href="https://github.com/AntennaHouse/ahfsettings/releases/download/v7.2.4/ahfsettings-framework-7.2.4.zip"/>
<xt:version>7.2.4</xt:version>
<xt:location href="https://github.com/AntennaHouse/ahfsettings/releases/download/v7.2.8/ahfsettings-framework-7.2.8.zip"/>
<xt:version>7.2.8</xt:version>
<xt:oxy_version>14.0+</xt:oxy_version>
<xt:type>framework</xt:type>
<xt:author>Antenna House, Inc.</xt:author>
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version of current code base. Included in generated files.
# See instructions in 'build.xml'.
version=7.2.4
version=7.2.8

# Location of .jar for Saxon XSLT 2.0 (or later) processor
saxon.jar.windows=C:/saxon/saxon9he.jar
Expand Down
84 changes: 82 additions & 2 deletions schema/axs.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
Schema for Antenna House Option Setting File.

Copyright 2015-2021 Antenna House, Inc.
Copyright 2015-2022 Antenna House, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -42,6 +42,11 @@ limitations under the License.

<!ENTITY % script.list "CDATA">

<!ENTITY % language-code-space.atts "
language CDATA #REQUIRED
code CDATA #IMPLIED
space CDATA #REQUIRED">

<!ENTITY % formatter-config.model "formatter-settings?,font-settings?,
pdf-settings?,ps-settings?,
svg-settings?,text-settings?,
Expand All @@ -52,7 +57,17 @@ limitations under the License.

<!ELEMENT formatter-config (%formatter-config.model;)>

<!ELEMENT formatter-settings (unbreakable-words)*>
<!ENTITY % formatter-settings.model "list-style-type*,quotationmark*,
script-chars*,
script-languge-in-CJK*,
space-end-punctuation*,
space-start-punctuation*,
space-between-digit-and-punctuation*,
usercss*,multimedia*,GS1-128*,
UAX50*,unbreakable-words*">

<!ELEMENT formatter-settings (%formatter-settings.model;)>

<!ATTLIST formatter-settings
abbreviation-character-count CDATA #IMPLIED
auto-break-footnote (%ah.boolean;) #IMPLIED
Expand Down Expand Up @@ -151,6 +166,71 @@ limitations under the License.
WindowsFontAPI CDATA #IMPLIED
zwsp-mode (5|6) #IMPLIED>

<!ELEMENT list-style-type EMPTY>
<!ATTLIST list-style-type
box CDATA #IMPLIED
check CDATA #IMPLIED
circle CDATA #IMPLIED
diamond CDATA #IMPLIED
disc CDATA #IMPLIED
hyphen CDATA #IMPLIED
square CDATA #IMPLIED>

<!ELEMENT quotationmark EMPTY>
<!ATTLIST quotationmark
language CDATA #REQUIRED
code CDATA #REQUIRED
quotetype (QU|OP|CL) #REQUIRED>

<!ELEMENT script-chars EMPTY>
<!ATTLIST script-chars
script CDATA #IMPLIED
code CDATA #IMPLIED>

<!ELEMENT script-languge-in-CJK EMPTY>
<!ATTLIST script-languge-in-CJK
script CDATA #REQUIRED
language CDATA #IMPLIED>

<!ELEMENT space-end-punctuation EMPTY>
<!ATTLIST space-end-punctuation
%language-code-space.atts;>

<!ELEMENT space-start-punctuation EMPTY>
<!ATTLIST space-start-punctuation
%language-code-space.atts;>

<!ELEMENT space-between-digit-and-punctuation EMPTY>
<!ATTLIST space-between-digit-and-punctuation
%language-code-space.atts;>

<!ELEMENT space-between-punctuation-and-digit EMPTY>
<!ATTLIST space-between-punctuation-and-digit
%language-code-space.atts;>

<!ELEMENT usercss (css)+>

<!ELEMENT css EMPTY>
<!ATTLIST css
path CDATA #REQUIRED>

<!ELEMENT multimedia EMPTY>
<!ATTLIST multimedia
audio CDATA #IMPLIED
video CDATA #IMPLIED
flash CDATA #IMPLIED>

<!ELEMENT GS1-128 EMPTY>
<!ATTLIST GS1-128
AI CDATA #REQUIRED
format CDATA #REQUIRED>

<!ELEMENT UAX50 EMPTY>
<!ATTLIST UAX50
code CDATA #REQUIRED
SVO (U|R|V) #IMPLIED
MVO (U|R|V) #IMPLIED>

<!ELEMENT font-settings (script-font*,font-alias*)>
<!ATTLIST font-settings
auto-fallback-font (%ah.boolean;) #IMPLIED
Expand Down
Loading

0 comments on commit 15fb0da

Please sign in to comment.