<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="../make-menu.xsl" type="text/xsl"?><html>
   <head>
      <this-is section="conditions" page="third-party-components" subpage=""/>
      <!--
           Generated at 2011-12-09T20:47:22.916Z--><title>Saxonica: XSLT and XQuery Processing: Third Party Source Components</title>
      <meta name="coverage" content="Worldwide"/>
      <meta name="copyright" content="Copyright Saxonica Ltd"/>
      <meta name="title"
            content="Saxonica: XSLT and XQuery Processing: Third Party Source Components"/>
      <meta name="robots" content="noindex,nofollow"/>
      <link rel="stylesheet" href="../saxondocs.css" type="text/css"/>
   </head>
   <body class="main">
      <h1>Third Party Source Components</h1>
      <p>These tables lists components in category B as described above. (Category B is open
source code that has been integrated at source level, without the involvement of the original author.)</p>
      <p>Unlike contributed code, this code was not written specifically for inclusion in Saxon, but
was originally published under some other license.</p>
      <p class="subhead">A2 Base64 Encoder/Decoder</p>
      <table border="1">
         <tr>
            <td content="para">
               <p>Origin</p>
            </td>
            <td content="para">
               <p>Netscape Communications Corp</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Description</p>
            </td>
            <td content="para">
               <p>Encoder and decoder for Base 64</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Approximate LOC</p>
            </td>
            <td content="para">
               <p>400</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Saxon packages / modules</p>
            </td>
            <td content="para">
               <p>Two inner classes within
  net.sf.saxon.value.Base64Value</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Modifications</p>
            </td>
            <td content="para">
               <p>Minor modifications needed to meet the
  W3C XML Schema specification for Base64 lexical representation</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Availability of source</p>
            </td>
            <td content="para">
               <p>Apparently no longer available. Originally part of
  Netscape Directory Server, package netscape.ldap.util, modules
  MimeBase64Encoder and MimeBase64Decoder. </p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Source version used</p>
            </td>
            <td content="para">
               <p>Unknown. Snapshot taken in 2004.</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>License</p>
            </td>
            <td content="para">
               <p>Netscape 1.1: see <a href="http://www.mozilla.org/MPL/NPL-1.1.html" class="bodylink">http://www.mozilla.org/MPL/NPL-1.1.html</a>
            </p>
            </td>
         </tr>
      </table>
      <p class="subhead">A3 Generic Sorter</p>
      <table border="1">
         <tr>
            <td content="para">
               <p>Origin</p>
            </td>
            <td content="para">
               <p>CERN (author Wolfgang Hoschek)</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Description</p>
            </td>
            <td content="para">
               <p>Generic sort routines based on published
  algorithms</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Approximate LOC</p>
            </td>
            <td content="para">
               <p>500</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Saxon packages / modules</p>
            </td>
            <td content="para">
               <p>net.sf.saxon.sort.GenericSorter</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Modifications</p>
            </td>
            <td content="para">
               <p>Minimal modifications needed to integrate
  the code</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Availability of source</p>
            </td>
            <td content="para">
               <p>Currently available as part of Colt
  project, http://dsd.lbl.gov/~hoschek/colt/, module cern.colt.GenericSorting</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Source version used</p>
            </td>
            <td content="para">
               <p>Unknown. Snapshot taken in  2004?</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>License</p>
            </td>
            <td content="para">
               <p>CERN License: see below</p>
            </td>
         </tr>
      </table>
      <div class="boxed"
           style="border: solid thin; background-color: #B1CCC7; padding: 2px">Copyright © 1999 CERN - European Organization for Nuclear Research.<br/>
         <br/>

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose
is hereby granted without fee, provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear in supporting documentation.
CERN makes no representations about the suitability of this software for any purpose.
It is provided "as is" without expressed or implied warranty.
</div>
      <p class="subhead">A4 Unicode Normalization</p>
      <table border="1">
         <tr>
            <td content="para">
               <p>Origin</p>
            </td>
            <td content="para">
               <p>Unicode Consortium (author Mark Davis)</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Description</p>
            </td>
            <td content="para">
               <p>Routines for Unicode character
  normalization</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Approximate LOC</p>
            </td>
            <td content="para">
               <p>3500 (including data sets)</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Saxon packages / modules</p>
            </td>
            <td content="para">
               <p>net.sf.saxon.sort.codenorm.*</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Modifications</p>
            </td>
            <td content="para">
               <p>Core functionality unchanged; rewrote the
  module that loads the data tables from the Unicode character database; removed
  dependencies on ICU; fixed a few bugs</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Availability of source</p>
            </td>
            <td content="para">
               <p>Specification of algorithm at http://unicode.org/reports/tr15/,
  code available via http://www.unicode.org/reports/tr15/Normalizer.html</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Source version used</p>
            </td>
            <td content="para">
               <p>No version number. Snapshot taken in June
  2005</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>License 
  </p>
            </td>
            <td content="para">
               <p>Unicode license: see below:</p>
            </td>
         </tr>
      </table>
      <div class="boxed"
           style="border: solid thin; background-color: #B1CCC7; padding: 2px">COPYRIGHT AND PERMISSION NOTICE<br/>
Copyright © 1991-2007 Unicode, Inc. All rights reserved. 
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.<br/>
         <br/>

Permission is hereby granted, free of charge, to any person obtaining 
a copy of the Unicode data files and any associated documentation 
(the "Data Files") or Unicode software and any associated documentation 
(the "Software") to deal in the Data Files or Software without restriction, 
including without limitation the rights to use, copy, modify, merge, publish, 
distribute, and/or sell copies of the Data Files or Software, and to permit 
persons to whom the Data Files or Software are furnished to do so, provided 
that (a) the above copyright notice(s) and this permission notice appear 
with all copies of the Data Files or Software, (b) both the above copyright 
notice(s) and this permission notice appear in associated documentation, 
and (c) there is clear notice in each modified Data File or in the 
Software as well as in the documentation associated with the Data File(s) 
or Software that the data or software has been modified.<br/>
         <br/>

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF 
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 
INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.<br/>
         <br/>

Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use 
 or other dealings in these Data Files or Software without prior 
 written authorization of the copyright holder.
</div>
      <p class="subhead">A5 XPath Parser</p>
      <table border="1">
         <tr>
            <td content="para">
               <p>Origin</p>
            </td>
            <td content="para">
               <p>James Clark (www.jclark.com)</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Description</p>
            </td>
            <td content="para">
               <p>Top-down parser and lexical tokenizer for
  XPath</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Approximate LOC</p>
            </td>
            <td content="para">
               <p>1000 (including data sets)</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Saxon packages / modules</p>
            </td>
            <td content="para">
               <p>net.sf.saxon.expr.*, modules
  ExpressionParser, Tokenizer, Token</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Modifications</p>
            </td>
            <td content="para">
               <p>Almost entirely rewritten with enhancements
  to handle XPath 2.0/3.0 and XQuery 1.0/3.0 syntax, improved error reporting, etc.</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Availability of source</p>
            </td>
            <td content="para">
               <p>Derives from James Clark's xt product,
  which in its original form is at http://www.jclark.com/xml/xt-old.html.
  Package com.jclark.xsl.expr, modules ExprParser and ExprTokenizer</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Source version used</p>
            </td>
            <td content="para">
               <p>Unknown. Snapshot taken in 1999.</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>License</p>
            </td>
            <td content="para">
               <p>James Clark (see below). Apparently copyright has
  since been transferred to the Thai Open Source Center Ltd.</p>
            </td>
         </tr>
      </table>
      <div class="boxed"
           style="border: solid thin; background-color: #B1CCC7; padding: 2px">
Copyright (c) 1998, 1999 James Clark<br/>
         <br/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:<br/>
         <br/>

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.<br/>
         <br/>

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL JAMES CLARK BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.<br/>
         <br/>

Except as contained in this notice, the name of James Clark shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from James Clark.<br/>
         <br/>
      </div>
      <p class="subhead">A6 Regex Translator</p>
      <table border="1">
         <tr>
            <td content="para">
               <p>Origin</p>
            </td>
            <td content="para">
               <p>James Clark (www.jclark.com)</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Description</p>
            </td>
            <td content="para">
               <p>Translator from XML Schema regular
  expressions to JDK 1.4 regular expressions</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Approximate LOC</p>
            </td>
            <td content="para">
               <p>1000</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Saxon packages / modules</p>
            </td>
            <td content="para">
               <p>net.sf.saxon.java, modules
  JDK14RegexTranslator and JDK15RegexTranslator, and net.sf.saxon.dotnet,
  module DotNetRegexTranslator</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Modifications</p>
            </td>
            <td content="para">
               <p>Significantly enhanced to handle XPath 2.0/3.0 regular
  expressions as input and to produce JDK 1.5 and .NET regular expressions as
  output; and to support Unicode 6.0.0.</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Availability of source</p>
            </td>
            <td content="para">
               <p>Available at 
  http://www.thaiopensource.com/download/xsdregex-20020430.zip</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>Source version used</p>
            </td>
            <td content="para">
               <p>20020430</p>
            </td>
         </tr>
         <tr>
            <td content="para">
               <p>License</p>
            </td>
            <td content="para">
               <p>Thai Open Source Center Ltd.</p>
            </td>
         </tr>
      </table>
      <div class="boxed"
           style="border: solid thin; background-color: #B1CCC7; padding: 2px">
Copyright (c) 2001-2003 Thai Open Source Software Center Ltd
All rights reserved.<br/>
         <br/>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:<br/>
         <br/>

    * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.<br/>
         <br/>

    * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.<br/>
         <br/>

    * Neither the name of the Thai Open Source Software Center Ltd nor
    the names of its contributors may be used to endorse or promote
    products derived from this software without specific prior written
    permission.<br/>
         <br/>

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


</div>
      <table width="100%">
         <tr>
            <td>
               <p align="right"><a class="nav" href="redistributed.xml">Next</a></p>
            </td>
         </tr>
      </table>
   </body>
</html>
