comparison xslscript.pl @ 10:cb41e7c634c5

XSLScript: README and LICENSE.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 27 Feb 2014 21:19:33 +0400
parents e93b6e98b817
children 01dc9ba12e1b
comparison
equal deleted inserted replaced
9:e93b6e98b817 10:cb41e7c634c5
1 #!/usr/bin/perl 1 #!/usr/bin/perl
2 2
3 # (C) Maxim Dounin 3 # (C) Maxim Dounin
4 # (C) Nginx, Inc.
4 5
5 # Convert from XSLScript to XSLT. 6 # Convert from XSLScript to XSLT.
6 # 7 #
7 # Originally XSLScript was written by Paul Tchistopolskii. It is believed 8 # Originally XSLScript was written by Paul Tchistopolskii. It is believed
8 # to be mostly identical to XSLT, but uses shorter syntax. Original 9 # to be mostly identical to XSLT, but uses shorter syntax. Original