diff options
author | Rob Austein <sra@hactrn.net> | 2007-02-13 18:42:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-02-13 18:42:55 +0000 |
commit | 7d9d5e17c73695de7c13862e162d97cfbbdd2136 (patch) | |
tree | 3f33b263657b209df88d661e128d7356fce48995 | |
parent | 79c2e92c0d55c956dddf28ae2eafa6451fc8ab38 (diff) |
Comment
svn path=/scripts/xml-parse-test.pl; revision=480
-rwxr-xr-x | scripts/xml-parse-test.pl | 12 |
1 files changed, 11 insertions, 1 deletions
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> ',' |