Thursday, February 2, 2012

How To: parse DXL in Java

How to export database in to DXL I described in How To: export DXL in Java

To do something with resulting DXL we need to find a way to easy get anything we want from the DXL. I will show how to do it with DOM parser. This is easy as always.


This example will print
databaseinfo.percentused: 99.0118117559524

DxlDom

No comments: