[
Lists Home |
Date Index |
Thread Index
]
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
|