Skip to content

Commit

Permalink
Update stylesheet to work with XmlMind
Browse files Browse the repository at this point in the history
"screen" is used by XmlMind, so needs XXE css

cf. giellalt/dict-sme-nob#2
  • Loading branch information
unhammer committed Jun 18, 2024
1 parent 959130f commit 33c9342
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/smespa.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/css" href="../../giella-core/dicts/scripts/gt_dictionary.css"?>
<?xml-stylesheet type="text/xsl" href="../../scripts/gt_dictionary.xsl"?>
<?xml-stylesheet media="screen" title="Dictionary view" href="../../giella-core/dicts/scripts/gt_dictionary_XXE.css" type="text/css"?>
<?xml-stylesheet media="screen" title="Hierarchical view" href="../../giella-core/dicts/scripts/gt_dictionary_XXE_alt.css" type="text/css" alternate="yes" ?>
<?xml-stylesheet media="print,tv,projection" title="Dictionary view" href="../../giella-core/dicts/scripts/gt_dictionary.css" type="text/css"?>
<?xml-stylesheet media="print,tv,projection" title="Hierarchical view" href="../../giella-core/dicts/scripts/gt_dictionary_alt.css" type="text/css" alternate="yes" ?>
<!DOCTYPE r PUBLIC "-//XMLmind//DTD gt_dictionary//SE" "../../giella-core/dicts/scripts/gt_dictionary.dtd">
<r id="smespa" xml:lang="sme">
<e>
Expand Down

0 comments on commit 33c9342

Please sign in to comment.