aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd
blob: 6c9a45bbbfc738f6ef65b70463bb217105f37647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!--  (c) 2002 Fast Search & Transfer. All rights reserved.  -->
<!-- Copyright Yahoo. 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)>