Basically, I need a way to read a JDF file, so I can see the information it contains.
According to this link, JDF is based on XML, so I figure it would be pretty easy to read. But I can't find any information about how to do that.
I'm using C# and .NET 4.0.