From 7d9d5e17c73695de7c13862e162d97cfbbdd2136 Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Tue, 13 Feb 2007 18:42:55 +0000
Subject: Comment

svn path=/scripts/xml-parse-test.pl; revision=480
---
 scripts/xml-parse-test.pl | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

(limited to 'scripts/xml-parse-test.pl')

diff --git a/scripts/xml-parse-test.pl b/scripts/xml-parse-test.pl
index 34a0be58..39e746cd 100755
--- a/scripts/xml-parse-test.pl
+++ b/scripts/xml-parse-test.pl
@@ -1,5 +1,9 @@
-:
 # $Id$
+#
+# Test of XML::Simple as a tool for encoding and decoding
+#
+#   http://mirin.apnic.net/resourcecerts/wiki/index.php/IR-ISP_Definition
+
 eval 'exec perl -w -S $0 ${1+"$@"}'
     if 0;
 
@@ -25,6 +29,12 @@ my @xml = ('
                      cert_serial="serial"
                      cert_aki="g(aki)"
                      status="keyword" />
+        <list_class ca="ca_name"
+                     cert_url="url"
+                     cert_ski="g(ski)"
+                     cert_serial="serial"
+                     cert_aki="g(aki)"
+                     status="keyword" />
         <!-- [repeated for each active class where the ISP has resources]  -->
     </message>
 ','
-- 
cgit v1.2.3