[
Lists Home |
Date Index |
Thread Index
]
Hi Ron,
MIB table stands for -- Management Information Base .This is used in SNMP
simple network management protocol).
i want to convert a MIB table to a XML document. Is that possible ?
thanks and best regards
girish
-----Original Message-----
From: Ronald Bourret [mailto:rpbourret@rpbourret.com]
Sent: Friday, April 26, 2002 4:11 PM
To: Girish Gupta
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] nfo regarding databases to XML documents
converter
Girish Gupta wrote:
> Are there any XML tools which can covert a MIB table into a XML
> document? If thats possible, please tell me from where i can get those
tools
> ?
What is an "MIB table"?
For a list of products you can use with XML and databases, see:
http://www.rpbourret.com/xml/XMLDatabaseProds.htm
> So can some XMP parsers ( either SAX or DOM parsers )operate directly on
> some databases treating them as virtual XML documents ? where can i get
> those parsers ?
Many tools exist for returning data from databases as XML documents.
Most of these just return a string that you need to parse, but some can
return a DOM tree or SAX events as well.
-- Ron
|