Basically, I need a way to read the JDF file, so I can see the information contained in it.
According to this link , JDF is XML-based, so I find it to be pretty easy to read. But I can not find any information on how to do this.
I am using C # and .NET 4.0.
source
share