Thursday, February 2, 2012

How To: extract some text nodes from DXL in to files

One more post about processing DXL.

I will show how to extract text nodes from the Database DXL. We will use previous code How To: export DXL in Java and How To: parse DXL in Java

Let's extract Java Libraries from our datbase DXL, like it does Source Control Enablement for Designer

Our top level code
dxlFile is the DXL file of our Database
workDirectory is the directory where we will place extracted ".javalib" files

JavaLibrary

Result

No comments: