
Hi!
Frank Fock writes:
Frank> I have implemented the SMI DTD v0.1 (which has expired for Frank> quite a while now) for my MIB Explorer product. Similar to Frank> smidump it can dump MIBs as XML. MIB Explorer supports Frank> SMIv1 and SMIv2 formats. SMIng is not supported. An Frank> example XML output can be found at Frank> http://www.mibexplorer.com/features/SNMP-NOTIFICATION-MIB.xml
Frank> What are the plans about an update of the SMI DTD draft? Frank> Any chance to advance this to a standard?
Frank> I did not encounter any problems with the DTD during implementation, Frank> however I recognized that smidump seems to violate the DTD regarding Frank> CDATA generation (for example the description element).
Frank> As more and more people are using XML in the network management Frank> area, I think it could be useful to advance the SMI DTD draft.
Yes. Just yesterday I've restarted to work on the document and to transform the DTD to an XML Schema. ;-) A work-in-progress version is at http://www.ibr.cs.tu-bs.de/projects/nmrg/draft-irtf-nmrg-smi-xml-01.txt. I send you this message just to let you know about this effort. The contained XML Schema is far from being complete and cleaned up.
I've made an attempt to replace your example's header by something like
<?xml version="1.0" encoding="US-ASCII"?> <smi xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="smi.xsd">
and to check it with Xerces. I recognized a number of reported errors. But this may be due to errors in the Schema. I'll take a closer look later on.
-frank -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.