Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7,099 changes: 7,099 additions & 0 deletions DistFiles/Language Explorer/MGA/GlossLists/EticGlossList.xml

Large diffs are not rendered by default.

697 changes: 378 additions & 319 deletions DistFiles/Templates/XMLMindAddons/FeatureCatalog/CreateFeatureCatalog.xsl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@property-group itemBefore( mybackground-color )
{
content:collapser(collapsed-icon, icon(plus-box), expanded-icon, icon(minus-box))
content:collapser(collapsed-icon, icon(url(resources/plus-box.png)), expanded-icon, icon(url(resources/minus-box.png)))
" "
text-field(attribute, id, background-color, mybackground-color)
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Modifed by A. Black 08 Nov 2002
Revised 12 Sep 2005
Revised for XMLmind 17 Apr 2006 -->
<!ELEMENT FeatureCatalog (item+)>
<!ELEMENT FeatureCatalog (item+, Unknowns)>
<!ATTLIST FeatureCatalog
afterSeparator CDATA #IMPLIED
complexNameSeparator CDATA #IMPLIED
Expand All @@ -13,6 +13,7 @@
<!ELEMENT item (Languages, item*)>
<!ATTLIST item
id ID #IMPLIED
guid CDATA #IMPLIED
status (visible | hidden) #IMPLIED
type (fsType | complex | feature | value | group | deriv | xref) #REQUIRED
target IDREF #IMPLIED
Expand All @@ -32,3 +33,11 @@
<!ELEMENT Language (LangCode, Name, Abbreviation, Description, Citations)>
<!ELEMENT Languages (Language+)>
<!ELEMENT Name (#PCDATA)>
<!-- The word(s) to use for the unknown item, one per language -->
<!ELEMENT Unknowns (Unknown+) >
<!-- appearance is for whether the word (Name) occurs before or after the content of the (unknown) item -->
<!ELEMENT Unknown (LangCode, Name, Position)>
<!ELEMENT Position EMPTY >
<!ATTLIST Position
appearance (before | after) "before"
>
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Trying to do this is too complicated and doesn't do everything we'd want
<command name="createFeatureCatalog"/>
</binding>
<menu label="_Feature Catalog">
<item label="_Insert New Language ESC+i" icon="xxe-config:common/icons/RowInsertAfter16.gif" command="insertNewLanguage"/>
<item label="_Remove Language ESC+r" icon="xxe-config:common/icons/RowDelete16.gif" command="removeLanguage"/>
<item label="_Insert New Language ESC+i" icon="xxe-config:common/icons/insertRowAfter.png" command="insertNewLanguage"/>
<item label="_Remove Language ESC+r" icon="xxe-config:common/icons/deleteRow.png" command="removeLanguage"/>
<separator/>
<!--
Trying to do this is too complicated and doesn't do everything we'd want
<item label="Create Initial _Set of Items ESC+s" icon="xxe-config:common/icons2/itemizedlist.gif" command="createInitialSetOfItems"/>
-->
<item label="_Create Feature Catalog (aka EticGlossList.xml) ESC+c" icon="xxe-config:common/icons2/table.gif" command="createFeatureCatalog"/>
<item label="_Create Feature Catalog (aka EticGlossList.xml) ESC+c" icon="xxe-config:common/icons/table.png" command="createFeatureCatalog"/>
</menu>
<command name="insertNewLanguage">
<macro>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading