
Kristine Adamson writes:
Kristine> What was produced as output was the same definition as Kristine> existed in the SMIv2 MIB module. Will a MIB browser that Kristine> only understands SMIv1 know what an InetAddressType SYNTAX Kristine> is?
A browser capable to deal with imported type definitions should work just fine assuming that the module you import from is also converted to SMIv1 format (that is the TC has been replaced by a type definition).
If you want to produce output for really broken and stupid MIB parsers, then you need to add code which inlines everything to avoid external references as much as possible. While this can be done and is more a programming exercise than anything else, I am not sure this is really useful since such an output option would just feature broken implementations, which I thing points into the wrong direction.
/js