~todd-deshane/openstack-manuals/working

« back to all changes in this revision

Viewing changes to doc/build/docbook-xsl-1.76.1/highlighting/xslthl-config.xml

  • Committer: Anne Gentle
  • Date: 2011-04-04 17:54:52 UTC
  • Revision ID: anne@openstack.org-20110404175452-gtth3hfrniqhpp5o
Switching from Ant builds to Maven, still working out kinks but should be functional

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!-- 
3
 
 
4
 
xslthl - XSLT Syntax Highlighting
5
 
http://sourceforge.net/projects/xslthl/
6
 
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
7
 
 
8
 
This software is provided 'as-is', without any express or implied
9
 
warranty.  In no event will the authors be held liable for any damages
10
 
arising from the use of this software.
11
 
 
12
 
Permission is granted to anyone to use this software for any purpose,
13
 
including commercial applications, and to alter it and redistribute it
14
 
freely, subject to the following restrictions:
15
 
 
16
 
1. The origin of this software must not be misrepresented; you must not
17
 
   claim that you wrote the original software. If you use this software
18
 
   in a product, an acknowledgment in the product documentation would be
19
 
   appreciated but is not required.
20
 
2. Altered source versions must be plainly marked as such, and must not be
21
 
   misrepresented as being the original software.
22
 
3. This notice may not be removed or altered from any source distribution.
23
 
 
24
 
Michal Molhanec <mol1111 at users.sourceforge.net>
25
 
Jirka Kosek <kosek at users.sourceforge.net>
26
 
Michiel Hendriks <elmuerte at users.sourceforge.net>
27
 
 
28
 
-->
29
 
<xslthl-config>
30
 
        <highlighter id="java" file="java-hl.xml" />
31
 
        <highlighter id="delphi" file="delphi-hl.xml" />
32
 
        <highlighter id="pascal" file="delphi-hl.xml" />
33
 
        <highlighter id="ini" file="ini-hl.xml" />
34
 
        <highlighter id="php" file="php-hl.xml" />
35
 
        <highlighter id="myxml" file="myxml-hl.xml" />
36
 
        <highlighter id="m2" file="m2-hl.xml" />
37
 
        <highlighter id="tcl" file="tcl-hl.xml" />
38
 
        <highlighter id="c" file="c-hl.xml" />
39
 
        <highlighter id="cpp" file="cpp-hl.xml" />
40
 
        <highlighter id="csharp" file="csharp-hl.xml" />
41
 
        <highlighter id="python" file="python-hl.xml" />
42
 
        <highlighter id="ruby" file="ruby-hl.xml" />
43
 
        <highlighter id="perl" file="perl-hl.xml" />    
44
 
        <highlighter id="javascript" file="javascript-hl.xml" />
45
 
        <namespace prefix="xslthl" uri="http://xslthl.sf.net" />
46
 
</xslthl-config>
 
 
b'\\ No newline at end of file'