| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<xsl:stylesheet |
|---|
| 3 |
version="1.0" |
|---|
| 4 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 5 |
xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
<!-- ********************************************************************** |
|---|
| 9 |
Copyright 2009 Rensselaer Polytechnic Institute. All worldwide rights reserved. |
|---|
| 10 |
|
|---|
| 11 |
Redistribution and use of this distribution in source and binary forms, |
|---|
| 12 |
with or without modification, are permitted provided that: |
|---|
| 13 |
The above copyright notice and this permission notice appear in all |
|---|
| 14 |
copies and supporting documentation; |
|---|
| 15 |
|
|---|
| 16 |
The name, identifiers, and trademarks of Rensselaer Polytechnic |
|---|
| 17 |
Institute are not used in advertising or publicity without the |
|---|
| 18 |
express prior written permission of Rensselaer Polytechnic Institute; |
|---|
| 19 |
|
|---|
| 20 |
DISCLAIMER: The software is distributed" AS IS" without any express or |
|---|
| 21 |
implied warranty, including but not limited to, any implied warranties |
|---|
| 22 |
of merchantability or fitness for a particular purpose or any warrant)' |
|---|
| 23 |
of non-infringement of any current or pending patent rights. The authors |
|---|
| 24 |
of the software make no representations about the suitability of this |
|---|
| 25 |
software for any particular purpose. The entire risk as to the quality |
|---|
| 26 |
and performance of the software is with the user. Should the software |
|---|
| 27 |
prove defective, the user assumes the cost of all necessary servicing, |
|---|
| 28 |
repair or correction. In particular, neither Rensselaer Polytechnic |
|---|
| 29 |
Institute, nor the authors of the software are liable for any indirect, |
|---|
| 30 |
special, consequential, or incidental damages related to the software, |
|---|
| 31 |
to the maximum extent the law permits. |
|---|
| 32 |
--> |
|---|
| 33 |
|
|---|
| 34 |
<xsl:variable name="bwCacheHostUrl">http://localhost:3000</xsl:variable> |
|---|
| 35 |
|
|---|
| 36 |
</xsl:stylesheet> |
|---|