aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd
blob: 8b203a768869ecc06c22d387b8913528d371fd34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!--  (c) 2002 Fast Search & Transfer. All rights reserved.  -->
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<!--  Version 1.0 -->

<!ELEMENT sortOrder (sortValue*)>
<!ELEMENT sortValue (unicode*)>
<!ELEMENT unicode (hex|decimal|utf8)>
<!ELEMENT hex (#PCDATA)>
<!ELEMENT decimal (#PCDATA)>
<!ELEMENT utf8 (#PCDATA)>