diff options
Diffstat (limited to 'rpkid/left-right-protocol-samples.xsl')
-rw-r--r-- | rpkid/left-right-protocol-samples.xsl | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/rpkid/left-right-protocol-samples.xsl b/rpkid/left-right-protocol-samples.xsl index da313544..a152fa0e 100644 --- a/rpkid/left-right-protocol-samples.xsl +++ b/rpkid/left-right-protocol-samples.xsl @@ -1,8 +1,24 @@ -<!-- $Id$ +<!-- -*- SGML -*- + - $Id$ + - + - Copyright (C) 2007-2008 American Registry for Internet Numbers ("ARIN") + - + - Permission to use, copy, modify, and distribute this software for any + - purpose with or without fee is hereby granted, provided that the above + - copyright notice and this permission notice appear in all copies. + - + - THE SOFTWARE IS PROVIDED "AS IS" AND ARIN DISCLAIMS ALL WARRANTIES WITH + - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + - AND FITNESS. IN NO EVENT SHALL ARIN BE LIABLE FOR ANY SPECIAL, DIRECT, + - 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 THIS SOFTWARE. + - - - Generate test case PDUs for left-right protocol. Invoke thusly: - - - $ xsltproc left-right-protocol-samples.xsl ../docs/left-right-xml + - $ xsltproc left-right-protocol-samples.xsl left-right-protocol-samples.xml --> <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" @@ -27,11 +43,3 @@ </xsl:for-each> </xsl:template> </xsl:transform> - - -<!-- - - Local variables: - - mode: sgml - - compile-command: "xsltproc left-right-protocol-samples.xsl ../docs/left-right-xml" - - End: - --> |