I try use diameters XML files as sources for my XSL transform by xslt and found
some typos. I attach patch for fixing it.

svn path=/trunk/; revision=33862
This commit is contained in:
Jeff Morriss 2010-08-20 19:41:35 +00:00
parent 819f0ab85c
commit 9d734bdea9
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@
-->
<!ELEMENT dictionary (base, application*)>
<!ELEMENT base (command*, vendor*, typedefn+, avp+)>
<!ATTLIST base
<!ATTLIST base
uri CDATA #IMPLIED
>
@ -48,7 +48,7 @@
>
<!ELEMENT avp ((type | grouped), (enum*))>
<!ATTLIST avp
name ID #REQUIRED
name IDREF #REQUIRED
description CDATA #IMPLIED
code CDATA #REQUIRED
may-encrypt (yes | no) "yes"

View File

@ -2,6 +2,7 @@
<!-- $Id$ -->
<application id="7" name="Diameter Mobile IPv6 IKE (MIP6I)" uri="http://www.ietf.org/rfc/rfc5778.txt">
</application>
<application id="8" name="Diameter Mobile IPv6 Auth (MIP6A)" uri="http://www.ietf.org/rfc/rfc5778.txt">
<!-- Mobile-IPv6 Application -->